Hi,
on my page http://www.praxis-christiane-moeller.de/kontakt-service-info/aktuelles/ I want to decrease the blog entries´ excerpt text font size (I use the via builder for the blog entries).
But the css code as found in a similar question does not work
.entry-content {
font-size: 12px;
}
any advice how to get this solved would be great – thanks, Tilman
Hey Tilman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.slide-entry-excerpt.entry-content {
font-size: 12px;
}
Best regards,
Yigit
thx Yigit,
seems to have no effect…
any other idea?
Cheers, Tilman
Hi,
Please try this instead:
.slide-entry-excerpt.entry-content {
font-size: 12px !important;
}
Best regards,
Rikard
Hi Rikard,
I´ve tried this by myself before – no impact,,,
BR Tilman
Hi,
Can you please include a admin login in the private content area, this code seems to be working on my end.
Did you also try clearing your cache?
Best regards,
Mike
Hi Mike,
of course I´ve emptied the cache… :-)
login credentials pls see below, the related CSS entry is at the very end
Thx and best regards, Tilman
Hey!
Please switch user role to administrator so we can check if you have any errors in your custom CSS.
Regards,
Yigit
sorry, done !
Hey!
There was a missing closing curly bracket in your code. I added it. Please review your website
Cheers!
Yigit
…silly me :-)
Thx & Cheers, Tilman