Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247273
    Gerald E
    Participant

    Hi,

    1. Can you pls tell me how i can remove the white frame or border around the “recent news” and “custom menu” widget? this should apply to FOOTER only.
    see here: http://screencast.com/t/79mXkKllAp

    2. If i am on one of the pages in the custom menu widget then the font is white and the field is filled white too. How can i change the font color in the footer when on that specific page. Please note this is not the mousehover effect.
    see here: http://screencast.com/t/gkJNkniZ

    THANKS IN ADVANCE!

    #1247384
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    .x-colophon.top .widget ul {
      border: medium none;
      box-shadow: none;
    }

    #2. Let’s add this as well :

    .x-colophon.top .widget ul li:hover, .x-colophon.top .widget ol li:hover {
      background-color: transparent;
    }

    Hope this helps.

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