• first of all – great theme!

    the other thing – can you please advise how can i remove/hide “search this website”?

Viewing 1 replies (of 1 total)
  • Meer-Web

    (@meer-web)

    I fixed this by:
    1. Create child theme

    2. Remove the search part from header.php
    php get_search_form();
    to
    <?php get_search_form(); ?>

    3. Edit style.css
    add:
    #access ul {
    max-width: 100%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Great theme! Question about search’ is closed to new replies.