Enfold Support, I have a page where I am using three blog page elements on a single page.
The second will be filtered to pull in the prior six days posts, in a grid layout.
Please see a page mockup here: https://baslerdesign.com/wp-content/uploads/Blog-H2-Headings-Example-scaled.jpg
My question is this: How do I edit the size of the H2 in the top blog element (circled in red on the above link)? This is set to Single Author, big preview Pic (no author picture is displayed). ….
WITHOUT
…affecting the lower Blog Post element H2s (circled in green) This is a List Layout – Simple.
And finally, on the lower Blog Post element (circled in green) how can I make the “tags” text smaller?
Thank you!
Hey William,
Thanks for your question, please try this css:
#top.home #wrap_all .main_color .post-entry.tag-featured-post h2.post-title {
font-size:32px;
}
#top.home #wrap_all .post-entry.bloglist-simple .blog-categories a {
font-size:13px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike