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? ;-)