Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125752

    Hi,
    I have 2 facebook like boxes, 1 in the sidebar with a white background and one in the footer with a yellow background.
    I’ve added this css to make the footer facebook widget background yellow:

    .av_facebook_widget_wrap {
    background:#fcebb8!important;
    }
    But it makes the background of the other widget yellow too.
    I’ve tried adding this css to tell the sidebar widget to keep its white background but it makes the footer widget background white again.

    section#avia_fb_likebox-6.widget.clearfix.avia_fb_likebox.av_facebook_widget_wrap {
    background:#ffffff!important;
    }

    I’ve also tried:

    section#avia_fb_likebox-6 {
    background:#ffffff!important;
    }
    section#avia_fb_likebox-5 {
    background:#fcebb8!important;
    }
    But no luck…

    Is there any way to have two different backgrounds for the same widget in a different location?
    Thanks,
    Lisa

    #1125771

    Hey sundara88,

    Did you try the following:

    footer .av_facebook_widget_wrap {
    background:#fcebb8!important;
    }

    Best regards,
    Jordan Shannon

    #1125797

    Hey Jordan,
    Thanks for that, you forgot to add # though, so it should be:

    #footer .av_facebook_widget_wrap {
    background:#fcebb8!important;
    }
    Thank you!
    You can close this topic.
    Lisa

    #1125914

    Hi Lisa,

    Great, I’m glad that you got it working and thanks for sharing your solution. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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