Block title colors

Posted in: Newspaper
Post count: 100

hello, I already wrote to you (on themeforest) about changing the block title colors. You said it is possible to change the color if we use the specific line of code that you provided. We used that code to change the title colors on all blocks but it does not work for a specific block. Is there a way to change the title color on a single type of block but that all other blocks remain unchanged. I want to change the font color in news ticker to something brighter.

Thank you very much!

Post count: 23312

Hello matijakurusic,

If you want to change the block title colors for a specific block, you can achieve this thing if you set this option within Visual Composer->Block Settings, like this: http://screencast.com/t/RRb7jeCLDIu . After this, please clear all caches and try it again. If your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.

For your second request, you can change the font in Theme panel->Theme fonts->Other->News Sticker Title, like this: http://screencast.com/t/pXssS3aJC and for change the font color, please use the code below in your Custom Css area, within Theme panel, like this: http://screencast.com/t/0aJpgH9A

.td-trending-now-wrapper a {
color:red;
}

The result you should see here: http://screencast.com/t/v6o6HFs2W

Hope this helps and let us know how it goes!

Thank you!

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