Hi there,
I am currently trying to increase the letter spacing for my slideshow titles. It does not work.
Advanced styling > Slideshow titles > letter spacing : no reaction to eiter 3 or 30 px
setting a custom css class in the slideshow settings and adding css to stylesheet : no reaction
adding general css for all headings in style sheet : no reaction
example for code:
h1, h2, h3, h4, h5, h6 {
letter-spacing: 5px !important;
}
Thanks for any help.
Hey Wollenhaupt,
Thank you for the inquiry.
The sliders don’t have a letter spacing option or settings for the captions by default. Would you mind providing a screenshot of the option? If you want to control it manually with css, the following code should work.
#top .avia-caption-title {
letter-spacing: 10px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi Ismael,
this worked out just great.
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Sorry, this topic can be closed.
Hi Wollenhaupt,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko