-
AuthorPosts
-
December 22, 2024 at 5:28 pm #1474142
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?
December 22, 2024 at 5:31 pm #1474143Links, site is under construction.
December 22, 2024 at 8:10 pm #1474149Hi,
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,
MikeDecember 22, 2024 at 11:34 pm #1474156Hi Mike :-) . And if I don’t like any of them, can I edit the font also? ;-)
December 23, 2024 at 5:37 am #1474161Hi,
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,
IsmaelDecember 23, 2024 at 1:59 pm #1474183Thank 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
December 24, 2024 at 1:17 pm #1474228Hi,
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 -
AuthorPosts
- The topic ‘Edit style of text on masonry’ is closed to new replies.
