Expired
Where can I change the Call to Action font/text size? I can’t find it!
Hello,
Call-to-action is a Visual Composer element, not edited out from theme files. So you need custom css to change it’s style. Please add this code into your custom css box:
.textbar h2 { font-size: 24px !important; }
Edit the font value to your wish.
Kind regards!
Thank you!
You must be logged in to reply to this topic.