• Resolved colinbeck

    (@colinbeck)


    Hi, I love this theme and have used Custom CSS to change the colors to fit our brands image. The only problem I have found is that I can’t change the background colours of the sidebars and I am left with a white square or a black square at the bottom of either the left or right sidebar below the installed widgets depending on which one is the longest at any one time. I only get this on a website and not on a mobile device.

    What is the correct way to change the background color of the sidebars?

    Thanks
    Colin

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello colinbeck,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> addition css)

    .sidebar-content{
    	background-color:#00ff99
    }

    Hope this will helps you.

    Thanks.

    Thread Starter colinbeck

    (@colinbeck)

    Thanks so much for the quick reply. Unfortunately, I have tried that, but it does not work. It still leaves sections at the bottom unchanged. I have no idea why it does that.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! The background for the sidebar is actually a couple of images, in order for it to stretch out all the way.

    The sidebar images are located in /img/sidebar/.

    I would as an option use the light sidebar instead of recoloring it. Customize > Theme Options > Styling > Light Primary Sidebar > ON.

    Thread Starter colinbeck

    (@colinbeck)

    Thank you Alexander, that makes sense. I love your theme and will follow your advice. All the best.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Thank you, glad to hear! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Sidebar Background Color’ is closed to new replies.