• Resolved bridt17

    (@bridt17)


    i’ve changed all my colors of H1 and header etc. but de color is still the same. look: https://www.bodieplus.nl/behandelingen/. The word ‘behandelingen’ is still in a wrong color?

    What am I doing wrong?

    Thanks for helping.

    Really love the theme ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • stephencottontail

    (@stephencottontail)

    Which occurrence of “behandelingen” are you trying to change? The one in the navigation menu (next to “Over ons” and “Technieken”) or the one at the top of the post (above the text “Volgens de leer van de chiropractie…”)?

    Theme Author Access Keys

    (@access-keys)

    This CSS will help you

    h1.entry-title{
    color:#yourcolorcode;
    }

    Thanks

    Thread Starter bridt17

    (@bridt17)

    I want to change the H1 so the word ‘behandelingen’ on top of the post.

    In my child CSS I have this:

    h1.entry-title{
    	color: #0092A6;
    }
    h1.entry-title a{
    	color:#0092A6;
    }
    
    .sticky {
    }
    .hentry {
    	margin: 0 0 15px;
    }
    .byline,
    .updated {
    	display: none;
    }

    This is also a kind of strange: https://nl.tinypic.com/r/29gfn89/8

    But what am I doing wrong?

    Theme Author Access Keys

    (@access-keys)

    Hi,
    Please use !important after the color code like the example below.

    h1.entry-title{
    color:#0092A6!important;
    }

    Thanks

    Thread Starter bridt17

    (@bridt17)

    Yeahh it’s workin!
    Thanks a lot ??

    Theme Author Access Keys

    (@access-keys)

    Glad it worked.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Color header problem’ is closed to new replies.