Sidebar

Posted in: Newspaper
Post count: 11

Savvyzen.com

I’m playing around with the sidebar and I want to know how to change the font and background colors of the titles of each widget? When I added in the social counter widget, there were specific color options for the title “Follow Us” however they aren’t showing up. I don’t want all of the titles to be uniform….

Post count: 23312

Hello SavvyZen,

If you want to change the font family for your block title added in your Sidebar you should use a bit of CSS code, like this ->

.sfsi .block-title{
font-family:Playfair Display;
}
.td_block_social_counter .block-title{
font-family:Verdana, Geneva;
}

The result is here -> http://screencast.com/t/WvjsaTttCkJ7

Please notice that each font size which you have load via CSS should have to be loaded in your website from your Theme panel. Otherwise, the theme does not recognize it.

Thanks for the message!

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