Home Forums Basel support forum Change color of Product-description-page's background

Change color of Product-description-page's background

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #147685

    satatech
    Participant

    Hello XTEMOS,
    I want to change the color of the product description page’s background (all product’s pages). It currently is #F9F9F9.

    link in screenshot:
    https://satatech.vn/product/cong-tu-an-ninh-sct-rf9540/
    Thanks.

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

    satatech
    Participant

    And also the background color of the short-description in the single product’s page, it’s currently is #f5f5f5.
    I tried to change it in the style.css file, but I can’t.
    Thank you a lot.

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

    Hello,

    The Hello,

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

    .woocommerce-product-details__short-description{
    background:red;
    }

    Best Regards

    #147756

    satatech
    Participant

    Hello XTEMOS,
    it’s red but only in the bottom.

    I also want to change the color of the product description page’s background (as in the first attached image: 3.png). It currently is #F9F9F9, I want to make it brighter.

    Thank you a lot and best regards.

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

    Hello,

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

    .woocommerce-product-details__short-description pre{
    background:red;
    }

    and

    body .single-product-content .product-tabs-wrapper {
        background-color: red;
    }

    Set the color as per your needs.

    Best Regards

    #148160

    satatech
    Participant

    Thank you Elise, it worked so well.
    Hope the best for you.

    Kind regards.

    #148171

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change color of Product-description-page's background’ is closed to new replies.