CSS to Style up Tabs Font and Size

Posted in: Newspaper
Post count: 32

Hi, could you let me know how i go about changing the look and feel of text on the content tabs.

Id ideally like to make the pointsize larger and change the font

ALSO – How do i change the CONTINUE button to say Read more…

Post count: 7909

Hi,

You can customize tabs from Custom Typography – http://screencast.com/t/OaLbHYHL5ky, also if you want to change the font for text content from tabs you can do it via custom css. If you don’t want to apply this for all tabs you can add an extra class – http://screencast.com/t/McKoppGIu and use custom css – http://screencast.com/t/exhykOird

.yourclass .wpb_text_column p {
font-family: Roboto;
font-size: 16px;
}

This will help you if you want to change colors, background… – http://screencast.com/t/h1TZghX9DP
Also you can translate “Continue” from Theme Panel > Translations – http://screencast.com/t/RkVuD4SR

Thanks!

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