• Hi, I wanted to report this little bug.
    The Neve theme has, for some time now, integrated a function there “dark mode” (color palette change)

    As you can see in the attached images the color change does not happen

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @webepc

    We do not support this theme feature, but you can change the color of the FiboSearch icon for dark mode with this CSS:

    html[data-neve-theme="dark"] .header .dgwt-wcas-search-icon svg,
    html[data-neve-theme="dark"] .header .dgwt-wcas-search-icon path {
    	fill: white;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Also, I would like to thank you for reporting. This functionality will be added in the next release of FiboSearch.

    Regards,
    Kris

    Yes I know about custom CSS

    The site is under development: i await the release of the new version

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict mode dark theme Neve’ is closed to new replies.