Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I’m trying to change h3 color, but it doesn’t seem to work. Could you take a look?
I got this in custom css:
h3 { color: #642d8b; text-transform: uppercase; }
Text transform works fine, but the color does not..
URL: http://www.krslop.no/trening-uke-26-22-28-juni-2015/#more-1513
Hi Alina
Please try adding the !important attribute to the element
This will make sure that the element does not get overridden by any other entry.
Magus