• Hello!

    First of all, let me say that reading through these forms has been SO helpful (and has seriously made me consider learning some css!). I’d like to reduce the size of the search bar, move it to the bottom or delete it altogether. Can someone please help me with this?

    Thank you!
    Catie

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, You can add a search widget to your footer widget area, and the go to Customize > Additional CSS, delete the informational text in that panel and paste in the following to hide the search in the header.

    .header-search {
      display: none;
    }
    .site-branding {
      max-width: 50%;
      border-right: none;
    }

    The above also recovers the space the search took up and added it to your site title section so that it doesn’t break the works strangely and removes one of the border lines as well.

    Thread Starter catieebrooks

    (@catieebrooks)

    This is perfect! Thank you so much! ??

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Awesome, and you are welcome!

    Hello, Thanks in advance. I’m trying WP free with different themes. Question: I’m not able to see where I can change the CSS. Does WP free allow it? YOu answer said “Customize > Additional CSS, ” how can I get to that point?

    No issues. I puchased premium plan and saw the option for CSS. Cancelling the plan now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Bar’ is closed to new replies.