Heading colors
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Alina
Please try adding the !important attribute to the element
h3 { color: #642d8b !important; text-transform: uppercase; }This will make sure that the element does not get overridden by any other entry.
Magus
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.