Home>Support>Heading colors

Heading colors

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

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 25 days ago Magus
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More