Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1354895
    noznewman
    Participant

    Hi,

    Quick one…how do I get rid of the ‘line’ that appears at the top of every widget in the footer? See attached.
    Thanks
    Paul

    #1354897
    noznewman
    Participant
    #1354932
    JaWright357
    Participant

    You could try entering this:

    .x-colophon .widget:before {
        display: none;
    }

    in customizer > custom > edit global css.

    #1354941
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The code suggested by @JawRight357 should work. It will remove all the lines under the widget titles. Simply add the following css code in the customizer, Appearance > Customize > Custom > CSS

    
    .x-colophon .widget:before {
        display: none;
    }


    @JawRight357
    :
    Thanks for chiming in!

    #1354947
    JaWright357
    Participant

    No problem! Hope it works out!

    #1354977
    Rue Nel
    Moderator

    Yes, it will work.
    We’ll just wait for him to see and check this thread.

    #1356498
    noznewman
    Participant

    Hi Rue, @JawRight357

    Thanks for your help, it worked 🙂

    Sorry for the delay in replying – was offline for a day or so.

    Thanks again – much appreciated – top support as usual :P)

    #1356542
    Paul R
    Moderator

    You’re welcome! 🙂

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