Okay
  Public Ticket #1657041
woo commerce
Closed

Comments

  •  1
    jarroyo started the conversation

    how do I change the color of the background in the woo commerce product page and all other woo commerce pages?

  •  9,001
    Tahir replied

    Hey J,

    Please provide a published url so i can take a look .

    Best


    ThemeNectar Support Team 

  •  1
  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce .container-wrap {
        background-color: #fea !important;
    }

    Thanks


    ThemeNectar Support Team