Tagged: enfold, letter-spacing
I would like to increase letter spacing in caption (fullwidth slideshow). How?
Hey pikkuapuri,
Please try the following in Quick CSS under Enfold->General Styling:
.slideshow_caption .avia-caption-title {
letter-spacing: 20px;
}
Best regards,
Rikard
Thanks Rikard, it worked!