• Amy

    (@germanpearls)


    Hi. First a quick thank you for the nice, clean, theme. I’m a newbie and finding my way around it and liking it so far.

    I am having a problem with the search bar. I can add the search bar widget to my footer or sidebar and it displays fine but I’ve entered a title for it and it doesn’t display. I’ve tried moving it, deleting and re-adding and haven’t been able to get it to work.

    Here’s my site if you want to look at the code:
    https://www.germanpearls.com

    Thanks again.

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .widget_search .widget-title {
    	display: block;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

Viewing 1 replies (of 1 total)
  • The topic ‘Search Bar Title Not Displaying’ is closed to new replies.