Home Forums Basel support forum Change despription/tabs background

Change despription/tabs background

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

    Peter Laursen
    Participant

    Hi,

    I am really happy with your theme. Is there at way to change the background colour of the descprition section and the other tab sections on product page. Currently it is a very breight grey.

    Peter

    #2476

    Artem Temos
    Keymaster

    Hello,

    We are glad to hear that you are happy with our theme 🙂

    And it is a very easy way to change tabs background with the following code snippet that you need to place into the Custom CSS section in Theme Settings

    .single-product-content .product-tabs-wrapper {
        background-color: #E4F4F9;
    }

    Regards

    #2482

    Peter Laursen
    Participant

    Perfect 🙂

    Final question – I also need to change the background where breadcrump is shown (on product page)

    Got an easy fix?

    Regards Peter

    #2488

    Artem Temos
    Keymaster

    Sure, here is the code snippet

    .single-breadcrumbs-wrapper {
        background: #F9F9F9;
    }
Viewing 4 posts - 1 through 4 (of 4 total)