Grid Style 4 Bottom Box – i want to change ONLY the Bottom Box Color

Posted in: Newspaper
Post count: 28

Hi 🙂
I try to change the Bottom Box color of Grid Style 4 but, if i change it, also change the colors of other parts of the template.
How can i do for change only this color?

Thank you,
Toni 🙂

Post count: 20688

Hi,

You could set a custom color just for the Big grid bottom box, with some custom CSS code. Try a code like this for example
https://www.screencast.com/t/1DwseymaBn
The default color is in rgba format
https://www.screencast.com/t/hDiX6hRpzq
This is the code if you decide to use it, change the background color as you like and enter it in Theme panel->Custom CSS section

.td-grid-style-4 .entry-title {
background-color: yellow;
}

Thanks

Post count: 28

WoW!
Can you tell me which is the option if i want a transparent color?

Best,
Toni 🙂

Post count: 20688

Hi,

The use a code like this, and the result will be transparent
https://www.screencast.com/t/YbgMaY4riJl
Replace the code with this one

.td-grid-style-4 .entry-title {
background-color: transparent;
}

Thanks

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