This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Tony Rodriguez
Hello,
I’m trying to remove the brand logo section on the product page but I an’t manage to.
I did WooCommerce > Shop Elements > Brands > disable but it’s not disabling, it’s still visible.
Hello, @chanRMRZ,
Thank you so much for purchasing our theme and contacting our support center.
We hope this message finds you well.
In order to assist you more effectively, we kindly request that you provide a screenshot of the issue you are experiencing. Specifically, we would like to understand which brand logo section on the single product page you wish to remove.
You may upload the screenshots on https://imgbb.com/ and paste the links here.
Additionally, we would appreciate it if you could create temporary WP-Admin access for us. This will allow us to examine your settings and provide a more accurate solution.
We look forward to your response.
Best Regards,
8Theme’s Team
Hello,
Here are the links for the screenshots
https://ibb.co/zfT0C4w
https://ibb.co/z7xw5Wz
I am on localhost, I cannot provide the admin access.
Hello, @chanRMRZ,
We appreciate the screenshots you have provided.
The section “Explore from premium brands” is created using the block. Please see this screenshot: https://postimg.cc/p9cjyBkY and it is set on the pre-footer content see image: https://postimg.cc/nCKQqx0L now as you know that the footer and pre-footer appear on entire site that is why it appears on the product page too, and there is no way to remove it only from the single product page only, if you remove it from the Appearance >> Widgets, it will remove from the entire site. To remove it from the single product page you can only use the CSS code.
Simply go to the Dashboard >> XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and then paste the below code there.
.single-product footer.prefooter{display:none !important;}
Then save settings and check back to your site after clearing the browser cache.
Best Regards,
8Theme’s Team.
You must be logged in to reply to this topic.Log in/Sign up