This topic has 1 reply, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #171876
     greenhousefiji
    Participant

    Hi there,

    How do I hide the post info (author, date etc) on the News Highlight elements (circled in red attached)?

    Also how do I decrease the font size of the tile? It is too big at the moment.

    Thanks,
    Ronna

    #171889
     Kieran_SQ
    Moderator

    Hi Ronna,

    To hide the post meta for the News Highlight element please add the below CSS to Theme Options > General Settings > Scroll to: Quick CSS or to your KLEO Child theme’s style.css

    COPY CODE
    .news-highlight .posts-listing.standard-listing.with-meta.inline-meta .article-meta {
        display: none !important;
    }

    To decrease the title font size of the News Highlight element only please add the below CSS using the same method stated above. Adjust the px value as desired.

    COPY CODE
    .news-highlight h3.post-title.entry-title {
        font-size: 20px;
    }

    You may wish to set the size of your H1 – H6 and body font sizes throughout the site to something that suits your needs. To do this please go to Theme Options > Fonts and set your desired font, weight and size for each of the elements.

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?