Tagged: x
-
AuthorPosts
-
May 11, 2016 at 3:21 pm #986503
NaturalifeParticipantHello,
I was wondering if there was a way I could edit the post info font format. In other words the text in a post that states the author, date of publishment, category, and “leave a comment.”
The font is all caps, is there any way to change this?
Also, is there any way to reduce the font size of the post info strictly for mobile view?
Thank you ahead of time.
May 11, 2016 at 8:40 pm #986932
DarshanaModeratorHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.single-post .p-meta { text-transform: none; } .blog .p-meta { text-transform: none; }#2. You can add media queries to target mobile devices. We need the URL of your page to provide a solution, however you can follow the example below and add your own custom CSS.
@media (max-width: 979px) { .single-post .p-meta { color: green; } } @media (max-width: 320px) { .single-post .p-meta { color: red; } }Hope that helps.
May 18, 2016 at 4:05 pm #998122
NaturalifeParticipantActually taking the text off of all caps made it look nice in mobile view, no need for the second bit of code.
Thanks!
May 18, 2016 at 9:22 pm #998646
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
