Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365160
    Phillip
    Participant

    Hi. For posts like this: https://churchweb.io/church-domain-name/

    How do I get rid of the border that shows for the featured image? In addition, you can see the sidebar has a list but it shows lines between each row of text. How can I get rid of that?

    Thanks

    #1365430
    Prasant Rai
    Moderator

    Hello Phillip,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-featured {
        border: 0;
    }
    
    .widget ul li, .widget ol li {
        border-bottom: 0;
    }

    Thanks.

    #1365927
    Phillip
    Participant

    Hey. Thanks! I did not know I had to use CSS and thought I was doing something wrong with the HTML there. I just applied the code but it looks like some lines still show. Any way I can get rid of that too?

    #1366015
    Rahul
    Moderator

    Hey There,

    Thanks for writing back!

    Would you mind providing us with a Screenshot so we can provide you a tailored answer?

    Thanks!

    #1390592
    Phillip
    Participant

    Hey Rahul,

    Sure. Here it is: http://imgur.com/a/BzeD9

    #1390641
    Prasant Rai
    Moderator

    Hello Philip,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .widget ul, .widget ol {
        border: 0;
    }

    Thanks.

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