Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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?

    #1474143

    Links, site is under construction.

    #1474149

    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

    #1474156

    Hi Mike :-) . And if I don’t like any of them, can I edit the font also? ;-)

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