Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #213877
    Marjolijn Z
    Participant

    Hi there,

    Is it possible to remove the thin lines next to the H1 in the portfolio pages and the blog-page? It is for the site http://www.clipl2r.nl. I’ve used integrity light stack. Theme and shortcodes plugin are both up to date. I’ve made some screenprints to show what i mean.

    This is how it looks now: http://www.screencast.com/t/PlSKwxL6p
    Here you see which lines i would like to remove: http://www.screencast.com/t/Fcwp6WJ3
    And the last picture shows my ideal situation: http://www.screencast.com/t/v2P0CX7Fy

    I hope you can help me.

    Thank you very much, Marjolijn

    #213981
    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    .h-landmark span:before, .h-landmark span:after{
    border-color:transparent;
    }

    Hope it helps.

    #214768
    Marjolijn Z
    Participant

    i’m sorry, this doesn’t work..

    #214942
    Thai
    Moderator

    Hi There,
    Sorry for the confusion.
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .h-landmark span:before,
    .h-landmark span:after {
    display: none;
    }

    Hope it helps.

    #228036
    Marjolijn Z
    Participant

    Thank you so much! This works perfectly.

    #228110
    Thai
    Moderator

    You’re always welcome.

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