• I have a top menu which is on a white background, at https://superlucky.me/. The search icon (top right on desktop version) is also white, and only visible on rollover. I’d like to change it to black so it’s always visible.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The theme has option to change the topbar color but not the search icon in the topbar. I think that’s a problem miss out by the developer.

    In this case you will need custom css.
    Please use the following in your Appearance -> Customize -> Advanced options -> Additional CSS

    .fa.fa-search {
        color: #000000 !important;
    }

    Thank you

    Thread Starter superluckydi

    (@superluckydi)

    Perfect, thanks for the fast response!

    You are welcome.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of Search icon in top bar’ is closed to new replies.