How can I change font of "read more" and other buttons?

Posted in: Newspaper
Post count: 2

Hi there, as I’ve just written in the title, I would like to change the font which my “read more” and other buttons use. I’ve got “classic blog” style skin. Thanks in advance.

Best,
Kamil

Post count: 7909

Hi,

You can change it via custom css in Theme Panel > Custom Css: http://screencast.com/t/LsTYPu1MJNa

Read more button: http://screencast.com/t/Cph2Ir948Gmd

.blog-stack .wpb_button .more-link{
font-family: Comic Sans MS;
font-size: 30px;
}

Social sharing buttons: http://screencast.com/t/eafnvifiZ

.blog-stack .td-social-sharing-buttons .td-social-but-text{
font-family: Arial;
font-size: 25px
}

Submit buttons: http://screencast.com/t/y1xG3ou81m

.blog-stack .form-submit input{
font-family: Comic Sans MS;
font-size: 30px;
}

Hope this helps!

Post count: 2

Thanks a lot, mate! Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.