Support » Plugin: LDD Directory Lite » Change color of Directory Home Page Search Bar

  • Hi, I am just starting to use your directory – thank you for putting it together! I am trying to figure out how to change the search bar on the home page from black to some other color. I opened the CSS file in wp-content/plugins/ldd-directory-lite/public/css but I don’t see it in there. Is there another CSS file somewhere? Thank you.

    https://wordpress.org/plugins/ldd-directory-lite/

Viewing 1 replies (of 1 total)
  • Mark

    (@delayedinsanity)

    The CSS file that sets the color is included fairly early; you should be able to include a rule in your custom style sheet or your themes style sheet that can override it. You’ll want something to the effect of:

    .navbar-inverse {
        background-color: #xxxxxx;
        border-color: #xxxxxx;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change color of Directory Home Page Search Bar’ is closed to new replies.