Big Grid 3 Colours

Posted in: Newspaper
Post count: 19

How can I change the Grid Style Colours in Big Grid 3 to the ones used in my logo at http://www.sonycentric.com ?

I’m quite a novice. Ideally, I would want them to show the colours associated with my Categories, but if that’s not possible then at least have them colours that I actually want.

Post count: 19

any help?

Post count: 20688

Hi,

These are the all styles possible with Big grid 3
https://demo.tagdiv.com/newspaper/big-grid-3/
There is no option to change the predefined colors, only with custom code. A code like this one for example, where you can define the colors you want for each module. It will
https://www.screencast.com/t/vFfB6pjEqu

.td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: blue;
}
.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
background: red;
}
.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
background: green;
}
.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: white;
}

You can modify the colors as you want, and maybe set more complex background properties in the code
https://www.w3schools.com/css/css3_gradients.asp
The code must be entered in Theme panel->Custom code, if you decide to use it.
Please note that replying in your own topic before an answer is provided, will only make the topic newer. We answer from oldest to newest, we also try our best to provide answers as soon as possible.

Thanks

Post count: 19

Thank you, I will experiment! Much appreciated.

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