Tagged: x
-
AuthorPosts
-
April 17, 2016 at 3:27 pm #887118
bperry420ParticipantWordPress 4.5
Activated X Child Theme: Version: 1.0.0
X theme: 4.4.2
Cornerstone: 1.2.4My website is http://www.landworksindustries.com
There is a white border on widget #4 in the footer.I have used the following css code which removed most of the white borders except for one.
.x-colophon.top a
{
border: none !important;
color: #55acee!important;
}.x-colophon.top a:hover
{
color:#ffffff!important;
border: none !important;
}.x-colophon .widget ul li
{
border-top: 0;
border: none !important;
background-color: rgb(44, 62, 80);
}April 18, 2016 at 1:20 am #887582
Paul RModeratorHi,
Thanks for writing in!
To remove it, you can add this under Custom > CSS in the Customizer.
.x-colophon.top .widget_recent_entries .widget ul { border:0; }Hope that helps.
April 18, 2016 at 9:34 am #888371
bperry420Participantunfortunately, that did not fix the problem.
April 18, 2016 at 8:33 pm #889130
Nabeel AModeratorHi again,
Please replace the previous code with this one:
.x-colophon.top .widget_recent_entries .widget ul { border:0 !important; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
April 23, 2016 at 8:36 am #896627
bperry420ParticipantNeither one of those fixes worked. There is still one white line showing in widget #4 in the footer.
April 24, 2016 at 6:18 am #897340
ChristopherModeratorHi there,
Please add this :
.widget ul, .widget ol { margin-left: 0; border-top: none; }Hope it helps.
April 24, 2016 at 8:04 pm #897931
bperry420ParticipantThat did the trick, thank you!
April 25, 2016 at 5:42 am #898407
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-887118 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
