Hey there @crabby1,
How are you doing today?
This would most likely depend on the theme that you’re using but I’m pretty sure this should be possible with some custom CSS.
Would you mind sharing a link to your site where I can see this sidebar and I’ll try to help you out with some CSS to add border on sidebars 🙂
Looking forward for your reply 🙂
Cheers,
Bojan
Hi Bojan,
Here is the link. http://www.agassizrealty.com/buying-2/
I tried adding the following custom css using the custom css plugin. It did nothing.
#sidebar {
border: 3px solid #dfdfdf !important;
box-sizing: border-box !important;
padding: 10px !important;
background-color: light grey !important;
}
Thank you for looking at this for me.
Regards,
Crabby1
Hi Crabby1,
Thanks for the site URL, I had a look at your site and I don’t see #sidebar ID which will be used to apply the CSS so could you give this a try instead:
.widget-area {
border: 3px solid #dfdfdf !important;
box-sizing: border-box !important;
padding: 10px !important;
background-color: lightgrey !important;
}
Cheers,
Predrag
Predrag,
That works, thank you!
regards,
Crabby1