Tagged: portfolio item
Hi,
When I am showing the portfolio grid, I see the title and the description of the grid in the bottom of it.
Is there any way to enlarge the header of each portfolio item? and maybe add a line between the header and the portfolio item description?
Thanks
Hi,
Can you post the link to your website please?
Regards,
Josue
Hello!
Please add following code to Quick CSS and adjust as desired
.grid-entry-title { font-size: 18px; padding-bottom: 5px; border-bottom: 1px solid #e1e1e1; }
It will increase font size and create a border between title and description
Best regards,
Yigit
Thank you! That worked