search box is invisible

  • Unknown's avatar

    I just started using Pictorico and am new to CSS (I upgraded to CSS customization)

    My new blog seems to have a search box embedded in the header
    that is fine but the search box cannot be seen

    Would anyone be kind enough to give me a hint as to how to change the color of the box so my readers are aware it’s there?
    Also am not sure why the two bars to each side of the search area are unvenen. Is this a bug?

    Thank you for your time.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    to add color to the box use the following code: to the CSS panel under customize

    .header-search input {
         background-color: #eee;
    }

    If you don’t like the light gray color you can replace the “#eee” with the hex code of a color you like better.

  • Unknown's avatar

    this worked beautifully. thank you so much!

  • The topic ‘search box is invisible’ is closed to new replies.