Hi :-)
I use a portfolio grid to display previews of some articles on my site, and I also use a masonry grid where blog posts are displayed (my own blog layout page, not the built in blog for the site). Is it possible to style that text at all?
Links, site is under construction.
Hi,
For the /artikler/ page titles to look like the /blog/ page titles,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.grid-sort-container .grid-entry-title {
font-weight: 600;
font-size: 15px;
}
or for the other way:
.av-masonry-entry-title.entry-title {
font-weight: 500;
font-size: 13px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike :-) . And if I don’t like any of them, can I edit the font also? ;-)
Hi,
Thank you for the update.
Yes, you can adjust the style as you wish and include the font-family property if you want to change the font:
.grid-entry-title {
font-size: 13px;
margin: 0;
padding: 0;
font-weight: 500;
font-family: 'Roboto';
}
If you want to adjust the font globally, go to Enfold > General Styling > Fonts tab. For more info, please refer to this documentation: https://kriesi.at/documentation/enfold/typography/#overview
Best regards,
Ismael
Thank you :-) . Yes I knew where to change it globally, but couldn’t find out how to just change the ones I needed to change.
Merry Christmas!
Hanne
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike