Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268687

    Hi there.

    Click here to view

    I am trying to change the background colour behind the page title from the dark grey to another colour however no matter what I change it seems to stay the same. Can you tell me which Theme Option to amend?

    Kind regards

    Mark

    #268712

    Hey Mark!

    Try adding this code to the Quick CSS:

    .title_container {
        background: red !important;
    }

    Change as needed.

    Cheers! 
    Josue

    #269041

    Hi Josue

    Tried this but not working I am afraid. Can you advise further?

    Mark

    #269049

    Hi!

    Please add following code to Quick CSS

    div.stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
    background: red !important; 
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.