Tagged: x
-
AuthorPosts
-
March 9, 2017 at 2:25 pm #1400996
Austin AbellParticipantHi there!
How can I make the styling for the sidebar widget be a normal list instead of the button format? Just simple list under “Recent Posts”. I’ve tried making some tweaks and looked off other posts but couldn’t figure it out.
https://glassjacobson2.wpengine.com/converting-c-corps-to-llcs/
Thanks!
March 9, 2017 at 2:37 pm #1401020
Austin AbellParticipantThis reply has been marked as private.March 9, 2017 at 8:03 pm #1401399
FriechModeratorHi There,
Thank you for writing in! You can add this under Custom > CSS in the Customizer.
.x-sidebar .widget_recent_entries ul { border-width: 0; } .x-sidebar .widget_recent_entries ul li { padding-left: 0; padding-right: 0; padding-bottom: 0; border-width: 0; }Hope it helps, Cheers!
March 10, 2017 at 7:39 am #1401868
Austin AbellParticipantHi there!
Thank you for your help. Unfortunately that didn’t work 🙁
March 10, 2017 at 2:44 pm #1402305
Nabeel AModeratorHi again,
Please add the following code in your Child Theme’s style.css file instead:
.x-sidebar .widget_recent_entries ul { border: none !important; } .x-sidebar .widget_recent_entries ul li { padding: 20px 0 0 0; border: none !important; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
March 15, 2017 at 9:58 am #1408078
Austin AbellParticipantIt seem’s to still be there…
March 15, 2017 at 12:10 pm #1408319
RupokMemberHi there,
I have checked your setup and found you have added some unnecessary slash to your CSS that’ eventually breaking all other CSS after those code – http://prntscr.com/ekc4tb
Also your media queries are not closed properly that’s also preventing other code. Your custom CSS are actually total mess with 10 errors an 128 warnings if you check on http://csslint.net
Make sure to fix them to get expected result. And you follow Nabeel’s reply and use the code within Child Theme then the particular CSS will work but I suggest to fix the existing CSS as it’s not doing anything due to errors.
Thanks!
March 15, 2017 at 12:22 pm #1408331
Austin AbellParticipantOh man that’s embarrassing! just found where I didn’t add a close. It worked! Thanks
March 15, 2017 at 12:34 pm #1408348
JadeModeratorYou’re most welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1400996 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
