[Resolved] Change background color on single product page

Home Forums Support [Resolved] Change background color on single product page

Home Forums Support Change background color on single product page

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

    Hi, I need to change background color only in the part highlighted in the attacked image. What can I do?

    Example

    #2331248
    David
    Staff
    Customer Support

    Hi there,

    that may be tricky…. can you link me to that page so i can take a look ?

    #2331254
    Luca

    Hi,
    I send in private… Thanks

    #2331271
    David
    Staff
    Customer Support

    Aah ok. Try adding this CSS:

    @media(min-width: 769px) {
        .woocommerce.single .product {
            background-color: #fff;
        }
        .woocommerce.single .product .entry-summary {
            padding-top: 40px;
        }
    }
    #2332219
    Luca

    I added this CSS in Customize > Additional CSS but it doesn’t work…

    #2332634
    Ying
    Staff
    Customer Support

    The CSS above David’s CSS is missing a closing bracket:
    https://www.screencast.com/t/tQKIHIkttmc

    #2332875
    Luca

    It works, thanks a lot.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.