Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314648
    Christyleigh
    Participant

    Hi! I have added a border to display underneath my widgets, but I want to remove the border from one specific widget and cannot seem to find the correct element.

    Here is the CSS I used to add the border:

    .widget ul, .widget ol .widget:after {
        margin-left: 0;
        border-top: 1px solid #121212;
        border-bottom: 1px solid #121212;
        list-style: none;
    padding-bottom: 3px;
    }

    Here is the URL to my page. I am looking to remove the border from the third footer widget, the text section all the way to the right.

    http://useliteblog.us-elitegear.com/

    #1314762
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To remove the border from your last widget, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    footer .x-column.last .widget_text .textwidget ul {
        border-bottom: none !important;
    }

    Let us know how this goes!

    #1316158
    Christyleigh
    Participant

    perfect. Thanks!

    #1316171
    Jade
    Moderator

    You’re welcome.

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