Help Changing Widget Color
-
I’m not sure I’m in the right forum, but I need help changing the widget color.
I just changed to the Apostrophe Theme. Currently, the widgets are blue. But I would like to change them to #CCCC99. I tried changing them myself using CSS, but nothing happened. They look the same.
Thanks
-
-
While writing custom CSS is one way to go about changing the widget color in the Apostrophe Theme another option would be to change the “Links and Button” color from Customize > “Colors and Background”. This will replace all links and buttons (including the widget colors) with your custom color.
Here is a screenshot:
https://cloudup.com/i0AboHQEXxBGive that a try and if that doesn’t work let us know what site you’re looking for help with.
-
Hi @USERNAME
You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
Here is the code to paste in:
.widget-area .sidebar-primary aside { background-color: #CCCC99; border-color: #A9A979; }I also picked a darker shade of the same color for the border at the top, but you can tweak that CSS value to find what works for you. Feel free to experiment, and be sure to save your changes when you are done.
Cheers!
- The topic ‘Help Changing Widget Color’ is closed to new replies.