badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Right sidebar bg color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3584
    CindieCag
    Participant

    Good afternoon,
    I would like to delineate the right sidebar section more from the main content section on my second level (default template) pages, preferably with a light-grey background color. Is there a way to do this?

    Many thanks in advance,
    CC

    #3610
    sovit ranjitkar
    Keymaster

    @CindieCag To add a light-grey background-color for the right sidebar section Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    #secondary {
        background-color: #e0e0e0;
        padding: 2%;
        width: 27.28%;
    }
    @media only screen and (max-width: 1078px) {
            #secondary {
    	   width: 96%;
    	}
    }

    Note: TO change color of your choice change above HEX color code e0e0e0 with your own HEX color code

    Thank you for using our theme.

    Now, Click on Save All Changes Button and Refresh your browser.

    #3632
    CindieCag
    Participant

    Thank you!
    In case anyone else is doing this, when I first added the CSS code, it resulted in the right column showing up at the bottom of the page instead of the right side. Then I took out other custom CSS code and added it underneath instead, and it worked.

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