Go Button

Posted in: Newspaper
Post count: 24

How to increase the ‘FONT SIZE’ in the go button (element)?

Note: not the size of the go button itself.

Thank you.

Post count: 23312

Hello thanik30,

I suppose that you are referring to this Visual Composer element, like this -> http://screencast.com/t/sDDJ0o5sn7k9 If you want to change the font size for this kind of element, you have to use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.vc_btn3.vc_btn3-size-md {
font-size: 60px;
}

The result you should see here -> http://screencast.com/t/r5HkfcS3

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 24

Yes you are right about my desire. but the code you gave it to me didn’t work. is it because i’m using custom font?

Post count: 23312

Hello thanik30,

To give you a more accurate response, I need to know your website URL so I can further inspect the code. First of all, try to the tag !important and place it after the font-size value and see how it works for you.

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.