Home Forums WoodMart support forum Sidebar Background

Sidebar Background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131689

    Xtolia
    Participant

    Hi Team,

    Can you tell me how I can put a background color to my sidebar please? I would like it to be white background and the font color to be black.. please advise thank you. I have attached an image to reference.

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

    Hello,

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

    body .sidebar-container {
       background-color:black;
    	padding:20px 5px;
    }
    body .sidebar-container .widget-title {
     color:white;
    }
    body .sidebar-container .woodmart-woocommerce-layered-nav li a  {
        color:white;
    }
    body .sidebar-container .woodmart-woocommerce-layered-nav li  span {
        color:white;
    	border-color:white;
    }

    Best Regards

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