How to change Big Grid 4 font color by adding custom code?

Posted in: Newspaper
Post count: 34

I’m designing my page and the journalists keep asking me to change the font of the Big Grid on top of the page, add some effects, and I was thinking to create a css class and link it with the custom code settings on theme panel, but not sure how to implementi it step by step. Would anybody help me on this?

May you be well and happy!
Indro

Post count: 22421

Hello,

If you want to add a custom class to a big grid you can do so in visual composer like so: https://www.screencast.com/t/3SiBHjFI8d4
Then you can use it to create your css code. You can target the .td-module-title class
After your code is done and you added the font family and other parameters you want to add, you cna place the code in the theme panel-> custom css box: https://www.screencast.com/t/tQMr1YXI

Thank you!

Post count: 34

Not sure if I understood it!

I just want to make the title appear in ex. red ? How would you code it? Please!

Post count: 22421

Hi,

If you want to change let’s say a big grid 1 title to red, you would use this code:
.td_block_big_grid_1 .td-module-title a{
color:red!important;
}

This code will affect all of the block 1’s you add on your site though. if you want to target just 1 element in particular and not affect all elements of the same type, you will have to add the custom class as I have shows in my previous reply

Thanks.

Post count: 34

Thank you very much!

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