Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #997395
    steveschiltz
    Participant

    Hi,

    I managed to include a background image into my bottom footer ; setting the background-color for top and bottom footer the same, a thin line is visible bewteen these two elements. How can I make it invisible?
    You may tale a look at groupealpin.lu

    Cheers

    Steve

    #997452
    Paul R
    Moderator

    Hi Steve,

    Thanks for writing in!

    To remove it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.bottom {
       border:0;
       box-shadow:none;
    }
    

    Hope that helps.

    #997576
    steveschiltz
    Participant

    Hi,

    actually it doesn’t; but I figured out this one :

    }
    .x-colophon+.x-colophon {
    border-top:0px;
    border-top:0px;
    box-shadow:inset 0 0px;
    }

    Thx

    #997659
    Prasant Rai
    Moderator

    Good to hear you figured it out! Let us know if you have any other questions. 🙂

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