Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #367134

    1. How do I increase the size of the font for the titles of the portfolio grid?
    2. How do I remove the thin border line around the portfolio grid?

    Thank you!

    #367306

    Hi djshortkut!

    Please add following code to Quick CSS

    .grid-entry .inner-entry { box-shadow: none; }
    h3.grid-entry-title.entry-title { font-size: 14px; }

    Best regards,
    Yigit

    #367359

    That worked! Thank you! Resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Grid Modifications’ is closed to new replies.