Hello,
Is there a possibility to have a different breadcrumb area on all single product pages than on any other page? And if yes where could we modify that?
Thank you for the help
This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
Hello,
Is there a possibility to have a different breadcrumb area on all single product pages than on any other page? And if yes where could we modify that?
Thank you for the help
Hello,
There is no such possibility by default. You can use custom CSS code to change styles of elements on a single product page only.
Regards
Hello,
Thank you for your response. Is there a possibility that you can help us with that?
The only modification we would like to make is that the breadcrumbs area would be shorter on the single product pages then on any other pages (other pages have paddings on top and bottom at 250px and on the single product pages we would like to have them at 100px)
Best,
Hello,
Please try this custom CSS code
.single-product .page-heading {
padding-top: 50px;
padding-bottom: 50px;
}
If this doesn’t work for you, inspect the code on site using inspector tools of Chrome browser to find our correct classes.
To access it, open a web page or web app in Google Chrome. Either:
-Select the Chrome menu Chrome Menu at the top-right of your browser window, then select Tools > Developer Tools.
-Right-click on any page element and select Inspect Element.
The DevTools window will open at the bottom of your Chrome browser.
http://prntscr.com/nc2u37
Regards
Thank you for your help, it worked perfectly.
You’re welcome!
Regards
The issue related to '‘Breadcrumb area in product pages’' has been successfully resolved, and the topic is now closed for further responses