Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1402881

    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.

    #1403078

    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

    #1403100

    Hi Ismael,
    this worked out just great.

    #1403191

    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

    #1408670

    Sorry, this topic can be closed.

    #1408755

    Hi Wollenhaupt,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Letter spacing for slideshow titles’ is closed to new replies.