Home Forums Square Make header background color opaque?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #643
    nick.freiling
    Participant

    Is this possible? I’m using a white header and I’d like to remove all transparency. Is there some CSS code I can use to do this?

    #645
    Hash
    Keymaster

    Yes, add the below CSS using some custom CSS plugin

    #sq-masthead {
    background: #FFF !important;
    }

    This will break the black header option if you change to black

    #648
    nick.freiling
    Participant

    Perfect, thank you.

    #753
    superfishnz
    Participant

    I wanted to also use a white background colour in the header. However, as the title links in the header is also white, how do I change this to another colour instead?

    Thanks for your help.

    #754
    superfishnz
    Participant

    Sorry, you can ignore my question as I found the answer her: https://hashthemes.com/support/topic/navigation-bar-color/.

    #757
    Hash
    Keymaster

    @superfishnz There is option to change the header background color to white in the customizer settings. The color will automatically change to black in the while background.

    Check the General Settings -> Header Settings -> Header background color field.

    #760
    superfishnz
    Participant

    Thank you, that certainly has made it much easier using that option! 🙂

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