Mobile view adjustments

Hi everyone,

Just wondering if anyone can tell me how to fix the issues with:

1.mobile view of the site - how do we make writing and search box smaller? and center the ‘categories’ text
2.large headers on the listing page,
3. and how to remove the search function from the listing page? (we would only like this on the homepage)

I am super inexperienced with code but learning so if I can be told exactly where to put any code snippets I should be fine.

Here are some screenshots of what I am talking about for reference

and

  1. .

Thank you!

Hi,

Specific design adjustments are possible, but if they are not covered with the options in the block editor and Appearance/Customize, then they require CSS customizations (you can also try using a plugin like Yellow Pencil).

For example, you can use this snippet to hide the search form:

.hp-template--listings-view-page .hp-form--listing-search {display:none!important}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.