Header not showing on shop page?
-
Hi
My header is set to be on every page but it has stopped appearing on the shop pages?
Cheers
Russell Knight
Hello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
Hello,
I have logged into your website the header is displaying on the shop page but you have set the header as overlap the content.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.
This CSS Will add a black background color to the header and move the shop page content down under the header.
.woodmart-archive-shop .whb-main-header {
background: black;
}
.woodmart-archive-shop .main-page-wrapper {
margin-top: 85px;
}
Regards.
Xtemos Studios.
Amazing thank you.
Another quick note, how can I change the text on the quick buy button on a catelog page from “Select Options” to “Buy Now”?
Cheers
Hello,
You are Most Welcome.
To translate the text you need to install and use the loco translate plugin then choose the correct path to translate the string.
Your path will be Loco translate >> Plugins >> Woocommerce.
You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls
Regards.
Xtemos Studios