This topic has 6 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Breadcrumbs
despite having removed the background color from the Breadcrumbs, I always see the red background stripe
how come?
Hello,
By default, the featured image is shown for breadcrumbs, for example, your Shop page – https://prnt.sc/1ulghim , so delete the image, or use the next custom CSS code:
.page-heading {
background-image: none !important;
}
Regards
I don’t understand what centers the default image with the red background I see
see the picture
Go to Pages > edit Shop > remove the image from here – https://prnt.sc/1ulghim
OR add the next code in Theme Options > Theme custom CSS:
.page-heading {
background-image: none !important;
}
Regards
ok, thank you
You’re welcome!
Regards
Tagged: breadcrumbs, navigation, seo optimized, themes, user friendly, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up