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;
}
Hey NieuweDag,
Please try the following:
h3.grid-entry-title.entry-title{
font-size:16px!important;
}
Best regards,
Jordan Shannon
That did the trick perfectly, thnaks!!
Is there also a way to downsize the padding on top of the portfolio-grid?
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