Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6919
    maevamena
    Member

    Hi Sakin,

    I want to remove from the social widget a background I added to the widgets.

    Here’s the code I used to change all widget backgrounds:

    .widget {

    background-color: #fafafa;

    border-style: solid;

    border-width: 1px;

    border-color: #fafafa;

    border-radius: 5px;

    padding: 10px;

    }

    Here’s the code I used to remove it from the social widget (it’s the same code I used for the text widgets where it works fine!):

    .widget_catcheverest_social_widget {

    background: none;

    border-style: none;

    padding: 0px;

    }

    http://66.147.244.179/~wendybow/video/

    Please help!

    Thank you!

    Maeve

    #6951
    Sakin
    Keymaster

    @maevamena: You have to add like this for social widgets.
    .widget .widget_catcheverest_social_widget { background: none; border: none; padding: 0;}

    #7150
    maevamena
    Member

    Hi Sakin,

    I’ve made the change to the CSS but the problem remains.

    Help please!

    Thanks,

    Maeve

    #7181
    Sakin
    Keymaster

    @Maeve: Sorry there was space between. Replace the above code with the following
    .widget.widget_catcheverest_social_widget { background: none; border: none; padding: 0;}

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social widget background’ is closed to new replies.