• Hi!

    Hope you are good – love your theme. Is it possible to change the colour of the right hand sidebar so that it stands out a little? Ideally a light grey colour to offset the white of the main page?

    (Also is it possible to remove the “admin”, icon and all other inforamtion from below each article?)

    Many thanks!

    Neil

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @sohorocks ,

    We appreciate you writing in,

    Could you please try using the following CSS code by going to Appearance > Customize > Additional CSS?

    #secondary .widget,
    #secondary {
    background: lightgrey;
    }

    Regarding admin/author information from the articles, please go to Appearance > Customize > Content > Single Post. It will take you to the Author Bio menu where you can check on Disable. Please write us back if there’s any confusion.

    Regards,
    ThemeGrill Support Team

    Thread Starter SohoRocks

    (@sohorocks)

    Thanks Bikalpa, that nearly works but not quite. I’ve kept the change so that you can see it on the site – https://www.slotzs.com. As you can see its put grey in between the articles but not around them, so it doesnt quite work.

    It really needs to show as well down the left and right hand borders. However I’m guessing that the articles fill the maximum width of the secondary widget and that is why no grey shows around the edges of them. As the background has been set to maximum width (I’m guessing) the only thing to do would be to reduce/narrow the size of the topics in the widget section? Can that be done, or is this a mission too far?

    Neil

    Hey @sohorocks ,

    I understand what you mean. Could you then delete the previous CSS code and add the following?

    #secondary .single-article{
    	background-color:lightgrey;
    }

    This should work.

    Regards,
    ThemeGrill Support Team

    Thread Starter SohoRocks

    (@sohorocks)

    Thats perfect – damn you guys are *good* ??

    One very happy user.

    Neil

    Hey again, @sohorocks ,

    Glad to have helped you out. Do write us back if you encounter any other problems in the future. Also, we would be really delighted if you could share your thoughts about our theme and support by dropping a review here. Your reviews are very important for us and will be of great help in order to make our support as well as themes even better, which in the end is all for the greater satisfaction of our valuable users ??

    Regards,
    ThemeGrill Support Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change background colour of Right Sidebar?’ is closed to new replies.