Tagged: x
-
AuthorPosts
-
November 17, 2016 at 8:02 am #1261006
Bark201ParticipantI the header format of posts that are listed in a category is a bit too large for me. I would like to change the size of the font or header to a lower size. When the user clicks on the category he sees the posts that were included in this category, all the user sees is the title and the excerpt I chose for the post.
Im assuming this is CSS but Im not sure how to achieve it. I want want the header size to be reduced when displayed in a category and not inside the post itself. I want this done in all categories and not just a specific one.
Please advise.
November 17, 2016 at 8:04 am #1261007
Bark201ParticipantThis reply has been marked as private.November 17, 2016 at 9:38 am #1261155
ChristianModeratorHey there,
Please add the code below in your Appearance > Customize > Custom > Global CSS
.entry-title { font-size: 224%; }Adjust the value if needed.
Thanks.
November 20, 2016 at 4:47 am #1264174
Bark201ParticipantThank you for the solution, that worked.
I would also like to reduce the size of H2 headers by default as they are also too big, how do I do that in style css?
November 20, 2016 at 5:01 am #1264187
ChristopherModeratorHi there,
Please add this as well :
h2.entry-title { font-size: 100%; }Hope it helps.
November 20, 2016 at 10:42 am #1264367
Bark201ParticipantThank you, that h2 css didnt work for some reason. I tried using small and bigger % but it didnt change anything.
November 20, 2016 at 11:00 am #1264374
ThaiModeratorHi There,
Please try with this CSS instead:
h2, .h2 { font-size: 100% !important; }Hope it helps 🙂
November 21, 2016 at 6:19 am #1265287
Bark201ParticipantThanks, I will try it later and let you know.
November 21, 2016 at 6:44 am #1265310
LelyModeratorYou’re welcome!
Cheers!
November 22, 2016 at 10:56 am #1267035
Bark201Participantthat fixed the h2 header, I can now control the size, thanks.
November 22, 2016 at 12:00 pm #1267113
RupokMemberGreat. Let us know if you need any other help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1261006 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
