Question about woocommerce and theme x

Pretty much noob here. Basically no coding experience. It’s been a complete headache trying to edit the woocommerce pages, but I’ve done it to the best of my ability. My question now is how do I remove the large display at the bottom of the page showing the shorts?

Hi Garry,

Thanks for reaching out.
It might be due the Shop column settings value is set to 1 in the Theme Options > WooCommerce. I would suggest you select 3 or 4 column to get the proepr output. Please find the screenshot describing the settings.

Hope it helps.
Thanks

Thanks! For some reason all of that was set to false. Okay that’s a lot more pleasing aesthetically. Now how do I remove the sections above that so I’m not displaying all of my products twice?

Hi Garry,

This might be coming from any 3rd party plugin, I would suggest you troubleshoot the plugin conflict issue on this. If that does not help, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

Done. I’ll attach it here

Hi Garry,

It has been found that the Featured Product block has been added to the Shop page, I would suggest you Edit the Shop page delete the Featured Product block shown in the screenshot.

Thanks

Thanks for your help! Is there any way to change the background color?

Hey Gary,

I believe you’re referring to the single product page, to change the background color of single product page, you can add the following code in the Theme Options > CSS:

.single-product .entry-wrap {
    background-color: #f3f3f3;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

thanks for the help!

You’re welcome!
We’re glad @Nabeel was able to help you out.

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