Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #378693

    Hi Team,

    how would I increase the letter spacing of the fullscreen slideshow title and/or caption to have a more modern look?

    Thanks,
    Jan :)

    #378712

    Hey Jan!

    Please add following code to Quick CSS

    h2.avia-caption-title {
    letter-spacing: 5px;
    }
    .avia-caption-content p {
    letter-spacing: 3px; 
    }

    Best regards,
    Yigit

    #378744

    Hi Yigit,

    thank you! Unfortunately, it doesn’t work on my website (cache is empty):

    http://webigami.de

    Any ideas? :(

    Jan

    #378763

    Hey!

    Please use following code instead

    h1.av-special-heading-tag {
    letter-spacing: 17px!important;
    }

    Cheers!
    Yigit

    #378773

    Hi Yigit,

    great it works.

    My fault: I’m not using the Fullscreen Slideshow. I’m using a colour section and a special headline.

    Any chance I can use the letter spacing as html only in one particular special headline?

    Thanks so much!

    Jan

    #378776

    Hey!

    You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class and then change the code to following one

    .your-custom-class h1 {
    letter-spacing: 17px!important;
    }

    Cheers!
    Yigit

    #378948

    Great, that worked!

    Awesome, Yigit. Thank you.

    Looks nice now, doesn’t it? ;)

    http://www.webigami.de

    Cheers,
    Jan

    #378953

    Hey!

    Most definitely! Your website should look the best so your clients know who they are working with :)
    Good job Jan! Let us know if you have any other questions or issues

    Regards,
    Yigit

    #378955

    Thanks to ENFOLD and this awesome support!!! Honestly, you guys are the best!

    I wished though, there was an ENFOLD 2 in the future. With the same great page builder but a more modern design and other functions like modals etc. Please let my wish come true… ;)

    Cheers,
    Jan

    #378963

    Hey!

    Thank you for your kind words :)
    I think you already know that you can post your feature requests here – https://kriesi.at/support/enfold-feature-requests/
    Kriesi is working really hard to make Enfold even better each day. There may be Enfold 2 in future and maybe not but Enfold will improve with each update, that is for sure :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.