I think my site would benefit more if the font was bigger in the call to action bar. At present its around the same size as the other page fonts, and it needs to stand out more,
Can you tell me how to make this font bigger please?
Ok. So to increase font inside call to action, please use below css:
.call_to_action .call_left h3 { font-size: 30px; } // css for text on the left side .call_to_action .call_right { font-size: 30px; } // css for text on the right side
Comments
please send us url to your website and we'll see what we can do for you.
oK, thanks
http://08websolutions.com/
I want to change the left side of the CTA to white? How do I do this?
This is the line I am using, but it doesn't seem to be doing anything to change the colour.
.call_to_action .call_left h3 { font-size: 60px; font-color: #fff } // css for text on the left side
Please advise?