This topic has 4 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #76655
     tmh23
    Participant

    I am trying to change the background color of just my woo commerce shop pages to white. Can’t figure out how to just change it on those pages. My main background color is #f9f9f9 using the full-width design and I’d like the shop pages to be #ffffff so I don’t have to use .png files for product images I can save them as .jpeg with white backgrounds.

    Thanks,
    Troy

    #76741
     Radu
    Moderator

    Hi,

    Can you provide link of one of the woocommerce page ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #76750
     tmh23
    Participant
    This reply has been set as private.
    #76783
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    body.woocommerce section.container-wrap.main-color {
        background-color: #FFF !important;
    }
    

    Add this css to WP-Admin -> Theme Options -> General Settings -> Quick CSS

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #76784
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    body.woocommerce section.container-wrap.main-color {
        background-color: #FFF !important;
    }
    

    Add this css to WP-Admin -> Theme Options -> General Settings -> Quick CSS

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?