Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1115134

    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!

    #1115220

    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

    #1115399

    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

    https://ibb.co/DQM7R4v

    #1115466

    I solved it myself! Thank you for your help!

    #1115539

    Hi transformmedia,

    We’re glad to hear that you have resolved it. :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.