New Landing How can we help? Themeforest Theme Support Joyn Changing post display font

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #318515
    dsimpz
    Member
    Post count: 20

    Hello,

    I would like to change the ‘Posts’ display font on my homepage. Right now the title is coming through as an H1. I would like to display it as an H2 or H3. I’m not seeing this in the settings anywhere, so I’m assuming custom CSS is needed.

    Also, I removed the author using custom CSS. However, this has moved the date down to where the author was, and the space now showing is unnecessary.

    Any CSS codes to make the changes needed? Please advise. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #318543
    David Martin – Support
    Moderator
    Post count: 20834

    1) It is <h3>. You can use this CSS to alter the font:

    .posts-type-bold .recent-post .details-wrap h3 {
        
    }

    2) To move the date up, you can use this:

    .posts-type-bold .recent-post .post-item-details {
        bottom: 50px;
    }
    #318653
    dsimpz
    Member
    Post count: 20

    Hey David –

    The first code you sent over doesn’t appear to be working. I tried updating it to H5 instead and it remained the same. Anything else you recommend?

    The CSS code for the date worked beautifully. Thanks a lot!

    dsimpz

    Attachments:
    You must be logged in to view attached files.
    #318658
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us some admin credentials in a private so we can have a look?
    What font do you want to use?

    -Rui

    #318666
    dsimpz
    Member
    Post count: 20
    This reply has been marked as private.
    #318669
    David Martin – Support
    Moderator
    Post count: 20834

    1) I think you may have misunderstood, you would use this CSS to add your own font styles to. Here is an example of a smaller font and a lighter weight:

    .posts-type-bold .recent-post .details-wrap h3 {
        font-size: 14px;
        font-weight: 400;
    }
    #318715
    dsimpz
    Member
    Post count: 20

    AH, gotcha! Looks much better. Thanks!

    #318753
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register