Home Forums Basel support forum Back ground color on product page

Back ground color on product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #71359

    MattiaGas
    Participant

    Hello, I’m working on a light grey background on the product page. Please see link.

    I would like to add the grey back ground also on the “tabs” area (but not on RELATED PRODUCTS) and in the navigation bar. Please see attachments, both are white at the moment.

    Could you please help me on this? Thanks, Mattia

    Attachments:
    You must be logged in to view attached files.
    #71376

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .single-product-content .product-tabs-wrapper {
        background-color: #F9F9F9;
    }
    .related-and-upsells{
    background-color: #F9F9F9;
    }

    Best Regards

    #71379

    MattiaGas
    Participant

    Hello,

    navigation bar changed, but “tabs” background it’s still white.

    On the other hand the CSS code changed the “features products”, that I wanted to keep on white background.

    Thanks, Mattia

    #71390

    Hello,

    Delete this part of code:

    .related-and-upsells{
    background-color: #F9F9F9;
    }

    Please check your custom CSS http://prntscr.com/kfckaf seems that you have stipulated white for tabs, please provide your site admin access.

    Best Regards

    #71391

    MattiaGas
    Participant

    Thanks! I fix that part! 🙂

    What about the “navigation menu”? it is still white.

    Here: https://www.gast-shop.com/product/logobillia2/ and here too: https://www.gast-shop.com/product-category/sunglasses/

    Please check attachments.

    Thanks, Mattia

    Attachments:
    You must be logged in to view attached files.
    #71398

    Hello,

    Set the necessary color and add to Custom CSS:

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

    Best Regards

    #71399

    MattiaGas
    Participant

    Hello,

    In the product page it works.

    What about the “category page”?

    https://www.gast-shop.com/product-category/sunglasses/

    it should be as shop page https://www.gast-shop.com/shop/

    Thanks, Mattia

    #71438

    Hello,

    Please try this code:

    .tax-product_cat .main-page-wrapper{
    background:#f9f9f9;
    }

    Add this code to the Theme settings > Custom CSS.

    Best Regards

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