Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333181
    Kobber
    Participant

    Hi,

    If you look here (at the bottom), I have a widget area with some news, and I would like to get rid of the heading (Nyheder) and the line below. Is that possible?

    #1333280
    Thai
    Moderator

    Hi There,

    Can you provide us with a screenshot?

    Thanks.

    #1333346
    Kobber
    Participant

    Yeah, sorry – it should be visible now (look at the link above).

    #1333434
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    #recent-posts-6 h4 {
        display: none;
    }
    #recent-posts-6 ul {
        border: none;
    }

    Hope it helps 🙂

    #1333451
    Kobber
    Participant

    Thanks! 🙂

    #1333521
    Thai
    Moderator

    You’re most welcome 🙂

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