Tagged: blog feed, portfolio feed, title size
I wonder if I might be able to get some quick CSS code help please
My blog feed title and also portfolio feed title font is large and no matter what I try, it doesn’t change. See pages in private content below.
ChatGPT recommended I add the following for the blog, but it didn’t work:
.blog .grid-entry .post-title.entry-title a {
font-size: 14px !important;
line-height: 1.4 !important;
display: block;
margin-bottom: 5px;
}
I also tried reducing the H2 code in Advanced styling and that had no effect.
Hey Ivana,
Thank you for the inquiry.
Did you modify the H3 heading element in the Enfold > Advanced Styling panel? The blog and portfolio post titles inherit the styles from the advanced styling configuration. If you want to override it, you can try using this css code:
#top #wrap_all .all_colors h3.grid-entry-title, #top #wrap_all .all_colors h3.slide-entry-title.entry-title {
font-size: 16px !important;
line-height: 1.4 !important;
display: block;
margin-bottom: 0;
}
Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.
Best regards,
Ismael