This topic has 13 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
Hi
I am trying to edit the Shop page to remove the breadcrumbs and the banner and add some extra text. I cannot find where to edit this so can you let me know?
I also want to remove the breadcrumbs on the single product pages.
How can I remove the tab Custom Tab for All Products?
And can I edit the product slider to remove the heading (eg related products) and also there is a lot of padding underneath it I would like to remove.
many thanks
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
thanks
Hello,
1. To remove banner on the Shop page you need go to Theme Options > Shop > Product Page Banner.
Also I’ve added the following code into custom.css file to remove Woocommerce breadcrumbs:
.woocommerce-breadcrumb {display: none;}
2. To remove custom tab go to Theme Options > Single Product Page and remove the text for “Custom Tab Title”.
3. To delete slider title please add this code into custom.css:
.product-slider .slider-title {
display: none;
}
To remove padding use this code:
.carousel .slider {
height: 80%;
}
.container_footer_bg {
margin-top: -50px;
}
Regards,
Eva Kemp.
Hi
I tried that css thanks but there was still a big space under the slider : product-slider columns3 and also whilst the header is now hidden the space it occupied is not.
any ideas? thanks!
these things I don;t just want to hide, i want to remove completely…can you tell me where the template file is for those pages?
Hello,
Sorry, but it can’t be removed permanently.
You have to use the code provided in the previous post to hide the padding.
Thank you.
Regards,
Eva Kemp.
Hi
still can’t remove that space which is actually inside the carousel div: product-slider columns3 or possibly carousel slider-9646
the code you provided does not work in this case. I am referring to the space above the text “This is the intro text, the text from the existing Agency Atlantic site has been put on the About page. ”
on http://mantravisual.com/atlantic/
thanks again
Hello,
Could you please show a screenshot where that space is shown?
Thank you.
Regards,
Eva Kemp.
Hello,
Please try to use this code to remove space under the products slider:
.product-slider.columns3 {
margin-bottom: -40px !important;
}
Thank you.
Regards,
Eva Kemp.
great, thanks
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘A few tweaks’' has been successfully resolved, and the topic is now closed for further responses