Hi.
How do we edit the shop page please?
http://ausdigitalmedia.com/Demosite/shop/
Firstly I’d like to remove the sidebar and assign a menu amongst other things.
Further to this I found the full page option in the customizer but still the menu and page background I have set are not taking effect. ??
<img src="//tco-forum-
Hey Will,
There is no option to change the menu for the shop page only. That is a feature available in Pro but not in X.
Regarding the background, the Shop page is powered by a WooCommerce template so page settings won’t work. You will need to use CSS. Please add this code in Appearance > Theme Options > CSS
.woocommerce-page.archive {
background-image: url(http://ausdigitalmedia.com/Demosite/wp-content/uploads/2018/02/shop_Page_Background_Image.jpg);
}
.x-container.main:before {
background: transparent;
}
Thanks.
ok but my client wants a simple image added above the shop items.
Is this not possible with X theme or X pro?
Hello There,
The shop page and other WooCommerce pages were generated by WooCommerce by way of utilizing the WooCommerce templating system. You cannot edit the Shop page using Cornerstone. When you do, you will just see the shop page and will not be able to add any section. This is because the WooCommerce will take over the page and dynamically generate shop items. It would take a custom development to add a simple image into the shop page. Or you will just have to create a custom shop page. You might need to check out this links for references:
To know more about what the Shop Page is, please check this out:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.