Simple changes woocommerce shop page

Hi,
I would like to make some simple changes on the shop page where all the products are on Woocommerce.
I would really like to change the page in Pro/Cornerstone but it seems like this is not possible. Is this the case or is there a way … :wink: I am currently not (yet) able to make a Child theme or do complicated coding / CSS but willing to try!
So I would like to make the grey line disappear and the text THE SHOP. ‘Welcome to our online store. Take some time to browse through our items.’ too. I have hidden the page title, but I keep on seeing this :wink:
Maybe you can tell me a simple way to do this and other small customisation of the shop page?
Of course, I have not put the shop in the menu yet. That makes it also difficult to change it in customiser Pro.
Thanks in advance, I will give you the admin in a secure message.
Best regards, Zara

Hello @helmaT,

Thanks for writing in!

Please be advised that the Shop page is dynamically generated by WooCommerce. You cannot edit this using the Pro Editor/Cornerstone or even the default WordPress.

To make the grey line disappear, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.h-landmark span:before, 
.h-landmark span:after {
    display: none;
}

To change the Shop title and the sub title, you can simply go to Pro > Theme Options > Integrity > Shop Options. You may also want to check out Pro > Theme Options > WooCommerce for other options that you can tweak for the shop and other woocommerce pages.

Hope this helps.

Thanks so much! It helped!

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.