Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260100
    Majortom
    Participant

    Hi there

    My website is simonhowardmusic.com,
    i am trying to remove the search bar icon from the header and it isn’t happening easily. I have tried display:none in additional css and also theme editor as it isnt showing as a widget.
    Can anyone help

    Also the background to my site title has gone to #fffff2 and i just want it to be default but doesn’t seem to happen in header title option
    Will this be code as well

    Regards

    #260186
    Skandha
    Participant

    @majortom: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #social-search-toggle {
        display: none !important;
    }
    #masthead {
        background-color: #f8f8f8;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘editing header’ is closed to new replies.