Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    To remove the search button from the product-search widget in the sidebar, add this to your child theme’s CSS:

    .widget_product_search input[type=submit] {
      display: none;
    }

    Regarding the featured image, was your screenshot taken on the posts page (aka main blog, or on a single blog post?

    Individual blog posts should display a featured image you upload to the post as long as it’s big enough. Make sure it’s at least 1400 by 400px.

    The main blog page displays the site’s overall custom header.

    For the missing menu, check to make sure you have a custom menu assigned to the theme’s “Primary Menu” location. Check the Customizer’s Menus panel, or in WP Admin, Appearance > Menus. A custom menu needs to be assigned there to the Primary Menu area in the theme.

    Thread Starter stephenwrks

    (@stephenwrks)

    Superb @kathryn, all sorted – thanks so much ?? Would it be okay to keep this thread open a little while in case I encounter any other small issues or do I need to create a new thread every time?

    Moderator Kathryn Presner

    (@zoonini)

    Keeping this open for now is fine. ?? Glad you sorted the issues so far!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Pique Theme] – Some minor issues with menu and featured images, etc.’ is closed to new replies.