Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Micke

    #519871

    Hi 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!
    Yigit

    #521494

    Hi 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
    Micke

    #521614

    Hi!

    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!
    Yigit

    #521743

    Take a look at this

    View post on imgur.com

    It´s the a:active link styling I want to remove?

    Thanks again!
    Micke

    #521746

    Hey!

    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!
    Yigit

    #524210

    Promice! 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
    Micke

    How

    #524690

    Hi,

    Please try the following as well:

    .sidebar .widget {
    margin-bottom:30px !important;
    }

    If that should not work then please link to the page in question so that we can have a closer look.

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.