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.