I have been trying to change the background color of one or more "blocks" in the GK Grid.
(Msocial Theme, Wordpress). I want each 'GK News Sho Pro' widget to have different colours.
How can I change this?
I assumed this should be done by creating a custom 'CSS Class'.
(By adding this in the override.css and enabling override css. in the advanced tab)
This is the code I have tried to add in CSS:
- Code: Select all
.box.widget-stijl-rood {
background: blue;
}
And we added the 'widget-stijl-rood' in the 'news sho pro widget' (widget rules, widget style, custom css class: widget-style-rood)
But this does not work..
Help, please? Is there another CSS file we should add this in or is there another way around? Thanks!