Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #179683
    bradchanner
    Participant

    Hi 🙂

    Can you please tell me how to get rid of the magnifying glass at the top and how to change the colour of the bar to black, please? The Grey clashes with everything.

    Thanks, heaps 🙂

    Brad

    #179684
    bradchanner
    Participant

    Would help if I told you the site

    http://www.markwarmanmusic.com

    #179699
    Skandha
    Participant

    @bradchanner: Hello Brad,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /*To get rid of the magnifying glass */
    #search-toggle-right {
        display: none !important;
    }
    /* To change the color of the bar to black */
    .fluid-layout #header-content {
        background-color: #000;
    }

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

    #179726
    bradchanner
    Participant

    Amazing.

    Thanks heaps

    Works perfectly!!

    #179735
    Skandha
    Participant

    @bradchanner: Hello Brad,
    Glad I was able to help you out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Get rid of magnify glass icon and change colour of bar’ is closed to new replies.