Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #556714

    Hallo,
    wie kann man im Avia Layout Architekt bei Blogbeiträge die Schriftgröße ändern und wie kann man die Anzeige der Kategorie ausblenden?

    #556828

    Hey mfrenk!

    Go ahead and send us a link to your page and highlight the exact areas where your trying to change the font size. If your just trying to change the font size in general then you can do this in Dashboard > Enfold > General Styling > Fonts.

    Add this to your custom CSS to remove the categories post meta.

    .blog-categories { display: none !important; }
    

    Cheers!
    Elliott

    #556973

    Thank you, the link is in Private-Content

    #557273

    Hi!

    Is it the post titles? Add this to your custom CSS.

    .slide-entry-title a {
        font-size: 14px;
    }

    Cheers!
    Elliott

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