Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161974
    Marshall
    Participant

    Hi,

    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.

    #1161979
    Jade
    Moderator

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

    #1162009
    Marshall
    Participant

    Thanks.

    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.

    #1162038
    Jade
    Moderator

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

    #1162094
    Marshall
    Participant

    Thanks. 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.

    #1162123
    Joao
    Moderator

    Hi 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

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