Tagged: x
-
AuthorPosts
-
September 5, 2016 at 1:28 pm #1161974
MarshallParticipantHi,
How do I change the title font size on blog posts? http://www.fitafter55.com > tips > test – it’s bigger than “Leave a Reply”!
Also, back a step, when you’re at Tips, how do I change the font size in the description (raw content)? I tried using <p class=”man”> and p-intro for the class but it doesn’t work.
Thanks.
September 5, 2016 at 1:32 pm #1161979
JadeModeratorHi Marshall,
Please add this code:
.single-post .entry-title { font-size: 230%; } .page-id-162 #x-section-1 .x-raw-content .man { font-size: 20px; }Hope this helps.
September 5, 2016 at 1:57 pm #1162009
MarshallParticipantThanks.
Single post code works great.
The other code was just for the page, how do add it to each individual page? I need that code on the Upper, Lower, Core, Plus and Nutrition pages as well.
Also, how do I increase the number of posts per page (current limit is 4).
Thanks.
September 5, 2016 at 2:16 pm #1162038
JadeModeratorHi there,
In the Tips page, you have added a p-intro class to the raw content element that contains the description. Add the same class to the description elements of the other pages then update the code we have provided to:
.x-raw-content.p-intro .man { font-size: 20px; }Please follow the suggestion in this post on how to increase the number of recent post items: https://community.theme.co/forums/topic/more-than-4-recent-posts/#post-154783
Hope this helps.
September 5, 2016 at 3:25 pm #1162094
MarshallParticipantThanks. It works.
You gave me an idea on how to handle the additional post problem and I solved it another way. I added a second and third “recent posts” element under the first and then changed the offset to 4 and 8 (and twisted the orientation for a different look). Have a look … http://www.fitafter55.com/tips/ Do you see any problems with this hack?
Thanks.
September 5, 2016 at 3:46 pm #1162123
JoaoModeratorHi There,
Actually it is looking very good on every screen size, so, good job!
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1161974 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
