Widget Title Font

Posted in: Newspaper
Post count: 9

I am trying to change to font of my widget (Posts Slider) title. When I go custom fonts and change the font in Modules and Blocks General – Blocks/Widget Title, nothing happens. Would somebody be able to advise me if I am trying to change the correct setting, or where the correct setting can be found?

Post count: 9

Similarly, I am unable to change the font for the title of a separator line.

Post count: 23312

Hello champagnemigraine,

Please keep in mind that the theme panel settings does not cover the Visual Composer elements. If you want to make some changes in this regard you should create your own CSS for this. Try the code below and place it in Theme panel->Custom CSS area.

.wpb_posts_slider .wpb_heading {
background-color: green;
color:red;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
border-color: red;
}

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

Thanks for the message!

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