I am looking everywhere and can not find options to remove and also customize the fonts of the blog shortcode on my blogs page.
Please look at the image below. I would like to remove the author and comments/date marked in red, and also decrease the font size for the title, maybe the color too.
i did play with the options in Enfold>Blog Layout but is not affecting the blog shortcode of course.
I am using the “Enfold Health Coach” style of the theme.
Thanks a lot
Hey vero,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Thank you Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-259 .slide-meta {
display:none !important;
}
.page-id-259 h3.slide-entry-title a {
font-size: 20px !important;
}
Best regards,
Rikard
ahhh that worked perfect. Thank you so much!!!