Hi,
Is there a way I can add to the custom css so and ‘Bold’ wording in a testimonial is a slightly bigger font size? Ive tried the below but it didnt seem to work.
Many thanks
Todd
.avia-testimonial-content p {
font-size: 17px;
}
.avia-testimonial-content strong, {
font-size: 20px !important;
}
Hey toddbarden,
Please provide a link to the site/page in question so we can look into this issue further?
Best regards,
Jordan Shannon
Hi,
I’m seeing the bold fonts as a slighty bigger size. Have you tried clearing your cache a few times over?
Best regards,
Jordan Shannon
Hi Jordan,
Sorry thats a bit of a bad example, they appear like that as HTML is used in each text box.
I was wondering if there was a way to recreate this using Custom CSS
Ive created another page here – https://cornishlasercutting.co.uk/test2/
So in brief, any ideas what custom CSS would just make the bold a couple of px bigger?
thanks loads
Todd
Hi,
Add this to quick css:
.avia-testimonial-content p strong{
font-size:24px!important;
}
Best regards,
Jordan Shannon
Thanks loads Jordan, works perfectly! Legends.
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon