Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #790635

    I would like to change the h3 font size in portfolio grid, from 19px to 16px, just for the portfolio grid.

    I just tried several of the suggested Quick CSS fixes, but none of them seems to do the trick so far.

    The thread in which I requested support for this, was closed right after sending me the following Quick CSS code, which unfortunately doesn’t work either. Could you please assist me with a working CSS fix to change the h3 font size in portfolio grid?

    #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3 {
    font-size: 15px;
    }

    #790643

    Hey NieuweDag,

    Please try the following:

    h3.grid-entry-title.entry-title{
    font-size:16px!important;
    }

    Best regards,
    Jordan Shannon

    #790647

    That did the trick perfectly, thnaks!!

    Is there also a way to downsize the padding on top of the portfolio-grid?

    #790657

    Hi,

    Great! I am glad this was able to be fixed for you. If you need additional help, please contact us here on the forums. For your second issue, please start an additional topic as it helps us keep things organized.

    Best regards,
    Jordan Shannon

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