Tagged: x
-
AuthorPosts
-
May 16, 2016 at 6:20 pm #994516
shakshukaParticipantHi!
I found on another topic the code to add a line at the bottom of each blog post:.blog article {
border-bottom: 1px solid #CCCCCC;
margin-top: 0;
padding-top: 0px;
padding-bottom: 0px;
}But for some reason this code only has an effect on the homepage, not on the category pages.
How can I change the code so that the line shows up on all my pages?
Thank youMay 16, 2016 at 6:21 pm #994517
shakshukaParticipantThis reply has been marked as private.May 16, 2016 at 9:54 pm #994831
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-iso-container-posts>.hentry { border-bottom: 1px solid #ddd; } .x-iso-container-posts>.hentry .entry-wrap { border: none !important; }Thanks.
May 16, 2016 at 10:58 pm #994892
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.blog article, .archive article { border-bottom: 1px solid #CCCCCC; margin-top: 0; padding-top: 0px; padding-bottom: 0px; } .x-iso-container-posts>.hentry .entry-wrap { border:none; }Hope this helps – thanks!
May 17, 2016 at 8:16 am #995370
shakshukaParticipantPerfect! This last response did it.
Thank you so much.May 17, 2016 at 9:44 am #995513
ThaiModeratorGlad we were able to help 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-994516 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
