Hi there,
On my homepage, I have a Featured Image Slider, and the caption title for all images has an underline. Could you please advise me on how to remove it?
Additionally, the font on the Featured Image Slider appears quite thick. I would like it to match the Portfolio title above the slider, with a smaller font size.
Thanks!
Hey lara666,
Thank you for the inquiry.
You can use this css code to adjust the style of the featured image slider title:
#top .avia-featureimage-slideshow.av-m6tyn82g-131d78d88d19991cbc6ff96d197c2974 .avia-caption-title * {
font-weight: 400;
text-decoration: none;
font-size: 20px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.
Best regards,
Ismael