Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1400996
    Austin Abell
    Participant

    Hi 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!

    #1401020
    Austin Abell
    Participant
    This reply has been marked as private.
    #1401399
    Friech
    Moderator

    Hi 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!

    #1401868
    Austin Abell
    Participant

    Hi there!

    Thank you for your help. Unfortunately that didn’t work 🙁

    #1402305
    Nabeel A
    Moderator

    Hi 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!

    #1408078
    Austin Abell
    Participant

    It seem’s to still be there…

    https://glassjacobson2.wpengine.com/blog/

    #1408319
    Rupok
    Member

    Hi 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!

    #1408331
    Austin Abell
    Participant

    Oh man that’s embarrassing! just found where I didn’t add a close. It worked! Thanks

    #1408348
    Jade
    Moderator

    You’re most welcome.

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