Hallo,
wie kann man im Avia Layout Architekt bei Blogbeiträge die Schriftgröße ändern und wie kann man die Anzeige der Kategorie ausblenden?
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
Thank you, the link is in Private-Content
Hi!
Is it the post titles? Add this to your custom CSS.
.slide-entry-title a {
font-size: 14px;
}
Cheers!
Elliott