-
AuthorPosts
-
October 16, 2015 at 12:45 pm #519861
I´ve been searching the forum but can´t find what I´m looking foor.
How can I change the Widget background colour on ALL the widgetareas in the left and right sidebar?
Not changing the sidebar colour – just the widget background.And if I want to give the background a smal rounded corner?
Kind Regards
MickeOctober 16, 2015 at 12:52 pm #519871Hi lome61!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .widget { background-color: orange !important; padding: 5px; }
Cheers!
YigitOctober 20, 2015 at 11:12 am #521494Hi again!
Thanks for the code abowe.
Now I´m trying to style a Alternate Meny widget AND I want to add:
1. A padding abowe the Widget-title. The the code above just changes the left/right padding.
2. Active Links in the Alternative Menu have a 1-pixel border. HOw can I remove the border totaly?
Kind regards
MickeOctober 20, 2015 at 1:33 pm #521614Hi!
1- Please add following code to Quick CSS as well
.sidebar .widgettitle { padding-top: 30px; }
2- Can you please post the link to your page where can see the border?
Cheers!
YigitOctober 20, 2015 at 3:43 pm #521743Take a look at this
It´s the a:active link styling I want to remove?
Thanks again!
MickeOctober 20, 2015 at 3:48 pm #521746Hey!
Please add following code to Quick CSS as well
.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor { padding-left: 0; left: 0; top: 0; margin-top: 0; padding-top: 0; width: 100%; box-shadow: none; margin-bottom: 0; background: inherit!important; }
If that does not help, please post the link to your page
Cheers!
YigitOctober 24, 2015 at 11:24 am #524210Promice! Last question!
How can I add some white space between the sidebar widgets?
In other words – how to make each sidebar widget stand alone.
Kind regards
MickeHow
October 26, 2015 at 8:02 am #524690 -
AuthorPosts
- You must be logged in to reply to this topic.