Background Image for .single-breadcrumbs-wrapper
-
Hi, is there any code to add a background image to .single-breadcrumbs-wrapper on single product pages? I am just trying to tie in these pages to overall site design.
Thanks so much
Hello,
Sure, you can change its background with the following code snippet
.single-breadcrumbs-wrapper {
background: #f5d7d7;
}
Regards
Brilliant thank you so much the below code worked perfect…
.single-breadcrumbs-wrapper {background: url(“https://dogownersgifts.com.au/wp-content/uploads/2015/02/privacywallpaper2.jpg”); }
Great, you are welcome 🙂