Tagged: heading, portfolio grid
Hi there,
Can I edit the size of the heading in the portfolio grid element? I think the class is
grid-entry-title entry-title
It just looks too similar to the body text below and should stand out more to convey the title/headline of the service.
See the bottom of the page here below “TAKE A LOOK AT WHAT WE OFFER”: http://johnnyharu.com/photowonder/services/animation/
Many Thanks!
Johnny
Hey johnnyharu!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3.grid-entry-title.entry-title {
font-size: 18px;
}
.grid-entry-excerpt.entry-content {
font-size: 14px;
}
Cheers!
Yigit
Great! Thankyou!