Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337058

    Hi
    I am trying to place a block of colour behind a special header on one page using

    .page-id-4996  body .av-special-heading .av-special-heading-tag {
        padding: 10px;
        background-color: red;
    }

    but it only works if I take out the page id
    What am I doing wrong?
    regards
    Richard

    #337408

    Hey Richard!

    I get “Error establishing a database connection”, sorry. Please try using the code as following

    .page-id-4996 .av-special-heading .av-special-heading-tag {
        padding: 10px !important;
        background-color: red !important;
    }

    Cheers!
    Yigit

    #337625

    Hi Yigit

    The all important !important…

    “Error establishing a database connection”, yes my server is having major probs lately…think I might move to some where else.

    Thank you..
    Richard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Colour block on Header’ is closed to new replies.