Hi there!
Just wanted to know what the css is to alter the font styling for the excerpt text on portfolio grid. At the moment it is quite small and italicized.
Thanks in advance!
Hey ausbuild,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
I can’t send a link as the website is in ‘under construction mode’ but i have attached a screen grab of what I want to change. It is the excerpt text on the portfolio thumbnail I want to have the css styling for.
Thanks!
Here is a screenshot of chrome developer tools
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-entry-excerpt strong { font-size: 16px !important; font-style: normal !important; }
Best regards,
Yigit
Perfect! Thank you.