Changing appearance of widgets in the sidebar

I want to change the title color of all the widgets in my sidebar. Can you help? Also, is it possible to put a background color in the sidebar?

Hi there,

This is possible by adding some custom CSS but it will depend on what stack you are using or the current setup of your site.

I have checked and you have several licenses in your account. Would you mind providing the link to the site in question so that we could assist you.

Thank you.

http://biz199.inmotionhosting.com/~dare2x5/verityla.com

Thanks!

I’m working on the Posts sidebar. See http://biz199.inmotionhosting.com/~dare2x5/verityla.com/category/heightened-talk/

Hi Karen,

Please add the CSS code below to Pro > Theme Options > CSS:

.x-sidebar .h-widget {
    color: #880310;
}

.x-sidebar {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 10px;
}

Please change the color codes to the ones you want for the title and the background color.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

Thanks so much!

You’re welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.