1/ the search box from the main navigation has a pop up with the heading:
SEARCH ENGINE
Where do we edit the text for this heading
2/ is there any different styling available for the search widget for woocommerce as the SEARCH button sits under the search box and looks ugly. It would be prefereable to have the search icon sitting inline with the search input field rather than a big button sitting under the input field
Theme version: 4.5.3Hello,
1) You can change text using translation files. Install Loco translate plugin, create English translation, change strings and disable the plugin
or copy etheme_search_form_modal function from woopress/framework/theme-functions.php into functions.php of your child theme and change text there.
2) Here is custom css code:
.sidebar .woocommerce-product-search {
display: flex;
}
.sidebar .woocommerce-product-search input[type="search"] {
width: 100%;
}
Regards
1/ Have you cleared cache? http://prntscr.com/m8s300
Please change the previous code to:
.sidebar .woocommerce-product-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sidebar .woocommerce-product-search input[type="search"] {
width: 100%;
}
2/ Theme Options > Header Settings > Breadcrumbs > Breadcrumbs background > background-size – cover
3/ Theme Options > Products Page Layout > Hidden sidebar > Off.
4/
.sidebar .widget-title {
padding-bottom: 10px;
}
Regards
Hello,
Do you have any server cache? We have changed the custom code to add the button with icon for search instead of the title but don’t see changes.
Regards
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for WooPress WordPress Support Forum to be able to create a topic on this forum.