Home Forums Basel support forum Background Image for .single-breadcrumbs-wrapper

Background Image for .single-breadcrumbs-wrapper

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6210

    lhughes
    Participant

    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

    #6221

    Artem Temos
    Keymaster

    Hello,

    Sure, you can change its background with the following code snippet

    .single-breadcrumbs-wrapper {
        background: #f5d7d7;
    }

    Regards

    #6227

    lhughes
    Participant

    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”); }

    #6252

    Artem Temos
    Keymaster

    Great, you are welcome šŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)