[Resolved] Navigation Search in exhibit theme 1.04

Home Forums Support [Resolved] Navigation Search in exhibit theme 1.04

Home Forums Support Navigation Search in exhibit theme 1.04

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #583694
    Carlotta Gergely

    Hi Tom

    One of my clients uses exhibit 1.04 as a child theme. She asked me for help with the navigation search which is there but it doesn‘t work properly. There is this semi-transparent background but you can’t see what you are typing in. I checked Appearance > Customize > Layout > Primary Navigation where I can normally customize this in generatepress theme. But I couldn’t find in exhibit.
    Any idea how to change font color?

    Thanks for your feedback

    Carlotta

    #583726
    David
    Staff
    Customer Support

    Hi there, you can use this CSS to change the background and font colors.

    .main-navigation .navigation-search input[type="search"], 
    .main-navigation .navigation-search input[type="search"]:active {
    	color: #FFFFFF;
    	background-color: #1e72bd;
    }
    .main-navigation .navigation-search input[type="search"]:focus {
    	color: #FFFFFF;
    	background-color: #1e72bd;
    }
    #586873
    Carlotta Gergely

    Thank you David, it works perfect now.
    Carlotta

    #586942
    David
    Staff
    Customer Support

    Glad to be of help

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