I hope you understand what I mean so you can tell me how to How to solve a problem or send shortcode if it need
Hi,
Please try to add the below code in the functions.php file of your child theme and check.
function no_meta_viewport() {
return false;
}
add_filter( 'ocean_meta_viewport', 'no_meta_viewport' );
Hi Abhishek,
Thanks, I will try this but want to ask about something else, when I custom header I used short code from plugin ajax search lite for search bar,
the question if you know some free plugin can help me with the same way to custom the cart icon and can copy the short code & paste it into the header? Or if you have short code can help me.
Hi,
There are multiple plugins available at WordPress repository, you can try below.
https://ww.wp.xz.cn/plugins/ajax-search-lite/
https://ww.wp.xz.cn/plugins/ajax-search-for-woocommerce/
Or find from the repository that suits your reuirements.