I am currently building this website here: http://my-transformance.de/
On this page I used the blog posts element to preview 3 blog posts – how can I change the
– font size
– font color of heading
– font color of excerpt
– font color of “Weiterlesen”-Link
– hiding category
– hiding comment + date
Thank you very much for your help!
Hey transformmedia,
For adjusting font colors, you can modify it in Enfold > General Styling, either in Main Content or Alternate Content (tab).
– excerpt color (Main Content font color | Alternate Content font color)
– heading color (Main Content Heading color | Alternate Content Heading color)
– link color (Primary color)
For font size go to Enfold > Advanced Styling > either select body or p (this will modify all content sizes)
For hiding category, comment and date, add this css code in Quick CSS, located in Enfold > General Styling:
.html_modern-blog #top .post-entry .post-meta-infos {
display: none;
}
Hope it helps
Best regards,
Nikko
Thank you Nikko!
The CSS doesn’t work although. It probably works for the blogpage, but I want to get rid of the categories on the home page previewing 3 blog posts here: my-transformance.de
I solved it myself! Thank you for your help!
Hi transformmedia,
We’re glad to hear that you have resolved it. :)
Let us know if you need further assistance.
Best regards,
Nikko