This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Heading colors

10 years ago · Last reply by Magus 10 years ago

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

1
  1. Magus Staff 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread