-
AuthorPosts
-
August 5, 2017 at 2:42 pm #834795
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
-
This topic was modified 8 years, 3 months ago by
oestersund.
August 5, 2017 at 3:13 pm #834804Hey 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,
YigitAugust 5, 2017 at 10:33 pm #834892thx Yigit,
seems to have no effect…any other idea?
Cheers, Tilman
August 6, 2017 at 1:16 pm #835018Hi,
Please try this instead:
.slide-entry-excerpt.entry-content { font-size: 12px !important; }Best regards,
RikardAugust 6, 2017 at 7:32 pm #835096Hi Rikard,
I´ve tried this by myself before – no impact,,,BR Tilman
August 6, 2017 at 10:14 pm #835134Hi,
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,
MikeAugust 7, 2017 at 12:19 pm #835331Hi 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
August 7, 2017 at 12:45 pm #835334Hey!
Please switch user role to administrator so we can check if you have any errors in your custom CSS.
Regards,
YigitAugust 7, 2017 at 1:10 pm #835349sorry, done !
August 7, 2017 at 1:15 pm #835353Hey!
There was a missing closing curly bracket in your code. I added it. Please review your website
Cheers!
YigitAugust 7, 2017 at 1:26 pm #835355…silly me :-)
Thx & Cheers, Tilman
August 7, 2017 at 1:36 pm #835358 -
This topic was modified 8 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
