• Resolved davetalks

    (@davetalks)


    The search button text “Search” is cut off on my site’s main search function. https://imgur.com/99WxGPo
    As well, in the news / blog posts section it is also cut-off, but it is also overlaid with a magnifying glass.

    View post on imgur.com


    I use the neve theme, elementor, and wordpress 5.5.3

    Please help!

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

Viewing 1 replies (of 1 total)
  • Theme Author Themeisle

    (@themeisle)

    Hi @davetalks,

    Sorry for the huge delay here.

    Please add this CSS to Appearance->Customize->Additional CSS section:

    .builder-item--header_search_responsive input[type=submit], .search-form input[type=submit] {
     width: auto;
    }
    .search-form .nv-search-icon-wrap, .woocommerce-product-search .nv-search-icon-wrap {
     display: none;
    }

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘search button text cut-off’ is closed to new replies.