Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1015441
    addwirecom
    Participant

    Hello I’m trying to figure out how to change the Footer Widget Colors.

    This is what i’m trying to do:

    – Text Needs to be White
    – Removal of Borders on the top, sides, and bottom of the widget menu
    – Hover Background None
    – font weight 600

    I don’t need this for the entire site, just the footer menu’s that don’t go with the theme.

    Thanks

    #1015445
    addwirecom
    Participant
    This reply has been marked as private.
    #1015486
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .widget ul li a, .widget ul li a:hover, .widget ol li a, .x-comment-time {
        color: #fff;
        box-shadow: none;
        font-weight: 600;
        background: transparent;
    }
    .widget ul, .widget ol {
        box-shadow: none;
        border: 0px;
    }

    But font weight 600 is quite thick.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1015441 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>