Tagged: x
-
AuthorPosts
-
October 16, 2016 at 8:24 pm #1218754
bperry420ParticipantHi,
Can you please help me remove the 2 white lines in my sidebar?
see attached screenshot.WordPress 4.6.1 running X – Child Theme.
X Theme version: 4.6.4
Cornerstone version: 1.3.3URL: http://theritualnoise.com/dj-events/
I have already tried the following css code:
.x-main .widget div>ul>li:last-child,
.x-main .widget ul li,
.x-main .widget ol li,
.x-sidebar .widget ul li,
.x-sidebar .widget ol li {
border:0;
}.x-main .widget.widget_pages .current_page_item,
.x-main .widget.widget_nav_menu .current-menu-item,
.x-sidebar .widget.widget_pages .current_page_item,
.x-sidebar .widget.widget_nav_menu .current-menu-item {
border:0;
}October 16, 2016 at 11:04 pm #1218880
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-sidebar .widget ul, .x-sidebar .widget ol { border-bottom: medium none; }Hope this helps.
Cheers!
October 17, 2016 at 6:24 am #1219215
bperry420ParticipantThat got rid of the top line but the other line is still there.
October 17, 2016 at 6:25 am #1219217
bperry420Participantsee here: http://theritualnoise.com/dj-events/
October 17, 2016 at 7:22 am #1219276
ThaiModeratorHi There,
Please try with this CSS instead:
.x-sidebar .widget ul, .x-sidebar .widget ol { border: none; }Hope it helps 🙂
October 17, 2016 at 10:47 am #1219489
bperry420ParticipantThat worked! Thank you.
October 17, 2016 at 11:13 am #1219528
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1218754 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
