Change color of 1 infobox (not all)
Hi,
I have 2 infoboxes, one after the other, on one of my pages and I'd like to change the color of the second one.
But when I try to use the "Custom | Classes" field of the infobox (in Muffin) with this :
.get_in_touch, .infobox { background-color: #ba141f !important; }
it doesn't change anything.
Is there a way to achieve this ?
Thanks in advance
I have 2 infoboxes, one after the other, on one of my pages and I'd like to change the color of the second one.
But when I try to use the "Custom | Classes" field of the infobox (in Muffin) with this :
.get_in_touch, .infobox { background-color: #ba141f !important; }
it doesn't change anything.
Is there a way to achieve this ?
Thanks in advance
Comments
you can not use custom css inside Custom | Classes. Class means that it's the class name, not the code. Each custom css should be located under Theme options > Custom CSS & JS > Custom CSS section always.
Thanks!
so if I use the Custom/Classes field to name this infobox : infobox2 (for example),
and then go to to Theme options > Custom CSS & JS > Custom CSS,
what CSS am I suppose to write there?
Thanks in advance
here is a link to the page : http://goo.gl/sV61bA
I want to change the color of the second infobox only.
Thanks in advance
>-
thanks !!