Hi team,
I’m using the image element, and would like the top part of the caption to be larger than the rest of the text. Here is the url: https://lifelinept.jointdiplomacy.com/
In the section with the three images, I would like to make the top texts (ie. Injury and Sports Fitness Recovery) to be bigger than the rest of the text below. I’m not quite sure how to do this. Maybe using span and naming each span differently? I’m not really sure.
Can you please help me out? Login details are below.
Cheers,
-Daniel
Hey Dzimnikov,
Add this to quick css:
.av-image-caption-overlay-center p:first-child{
font-size:30px!important;
}
Best regards,
Jordan Shannon