• Resolved wriggra1974

    (@wriggra1974)


    How do I change the red background on the header. On the homepage the header hovers over a black image and then when I scroll down it changes to a dark grey colour. On all other pages the header is red until I scroll down and then it changes to dark grey. I’d prefer to make this a less harsh colour (ideally grey so there is no change when you scroll down).

    • This topic was modified 5 years, 4 months ago by wriggra1974.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI
    Thanks for contacting to us.
    For this add the below css code inside the custom css box.

    .header-overlapped, .page-title-section {
        background-color: #9e6569;
    }
    .page-title-section .overlay {
        background-color: #9e6569;
    }
    
    }
    .stiky-header {
        background: #9e6569 ! important;
    }

    Change color code value as your need.
    Let me know for any confusion.

    Thanks
    Akhilesh

    Thread Starter wriggra1974

    (@wriggra1974)

    Thanks. that has worked. Just wondering if there is anyway I can fix the header so that it is always visible and set to a single colour (rather than it being a transparent shadow)?

    Hi @wriggra1974
    Glade to know that above solution work for you.
    For your next query “can fix the header so that it is always visible”
    Pls more clear about your query. Which transparent shadow would you want to remove.
    If possible explain via snapshot.

    Thanks
    Akhilesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change red header section’ is closed to new replies.