Hello,
how can i change the size and the color of the heading of a portfolio in the portfolio grid. The heading right below the image?
Thanks and Regards
Hello simonac!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.grid-entry-title { font-size: 18px; color: red!important; }
Best regards,
Yigit
Hi Yigit,
thank you that worked out!
How can i change the line spacing there? …if a heading is to long for one line.
Regards
Hi!
You can add following code as well and adjust it
.grid-entry-title { letter-spacing: -0.1em; }
You can use px too but em would be more precise
Regards,
Yigit
I mean line spacing and not the letter spacing…
Hello!
Please use following in that case
.grid-entry-title { line-height: 10px; }
Cheers!
Yigit
Perfekt! Thanks Yigit! … 20 px is good