Tagged: x
-
AuthorPosts
-
January 13, 2017 at 2:52 am #1328486
DavidParticipantHi guys
I am trying to work out how to add a colour background on side bar. I have a background image but its washing the copy of the side bar away. I want to make the background colour of the sidebar slightly transparent.
Thanks for your help
Many thanks
DavidJanuary 13, 2017 at 2:57 am #1328490
Paul RModeratorHi David,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 13, 2017 at 3:42 pm #1329215
DavidParticipantThis reply has been marked as private.January 13, 2017 at 6:34 pm #1329310
JadeModeratorHi David,
You can add this under Custom > CSS in the Customizer.
.x-sidebar { background-color: #fff; padding: 40px 35px; }Hope this helps.
January 14, 2017 at 2:46 am #1329696
DavidParticipantThats awesome it helps alot…thanks 🙂
How do I change the colour of the roll over action of the widget area. There doesnt seen to be an option for that. Right now its just white and I would like to control that.
Thanks for your help again
DavidJanuary 14, 2017 at 3:01 am #1329704
Rue NelModeratorHello David,
Thanks for updating in!
To change the colour of the links and roll over action of the widget area, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-sidebar a { color: green; } .x-sidebar a:hover { color: blue; }Feel free to change the color. I just added green and blue so that you can immediately see the colors when you apply the code.
Please let us know how it goes.
January 14, 2017 at 3:33 am #1329726
DavidParticipantHi Rue
Thank you for that.
What Im wanting to change is the actual roll over action colour of the widget area. The above css code is just for the copy.
Iv attached a screenshot of what the area Im trying to customize.
Thanks for your help so far.
DavidJanuary 14, 2017 at 3:49 am #1329734
Rue NelModeratorHello There,
Do you want something like this?

Please update the given code and use this instead:
.site .x-sidebar a { color: green; } .site .x-sidebar a:hover { color: blue; }Please let us know if this works out for you.
January 14, 2017 at 5:27 am #1329804
DavidParticipantHi Rue
Iv attached another screenshot
sorry what I was meaning was the background colour with a rollover action. At the moment its white as a default but theres no option to change the colour.
Thanks gain for your help
DavidJanuary 14, 2017 at 5:37 am #1329809
ThaiModeratorHi There,
Please try with this CSS:
.widget.widget_recent_entries li { background-color: #f5f5f5; } .widget.widget_recent_entries li:hover { background-color: #f0f0f0; }Hope it helps 🙂
January 14, 2017 at 6:33 am #1329838
DavidParticipantThanks so much….thats perfect 🙂
January 14, 2017 at 6:45 am #1329848
ChristopherModeratorGlad we could help you with this.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328486 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
