Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1101573

    Hello, When I placed this code

    .avia-content-slider .slide-entry-title {
    font-size: 35px;
    }

    It´s changed all my sliders titles, but I need only for one of them.
    I placed a class to the content slider and is not working

    #1101587

    Hi mela1989

    I think you can activate the option “Show element options for developers” if you go to Enfold => Layout Builder.
    Afterwards you should be able to set a class for one slide only and target it with a bigger font-size like this.

    I am not 100% if this works as I rarely use sliders.
    if it does not work it would be great if you can share the website URL here so I can take a closer look.

    Best,
    Michael

    #1101605

    Hi Michael
    Thanks for your answer , but as I already written, I placed a class to the content slider and is not working

    #1101681

    As I already mentioned:
    Without the URL it is quite hard to say what’s wrong, I am sorry.

    Maybe this helps:

    .avia-content-slider .slide-entry-title {
    font-size: 35px !important;
    }
    #1101851

    I send you on private

    #1101912

    Thanks, but I can’t see private content because I am a participant like you.
    Only moderators and you as the creator of this thread can see private content here…

    Suggestion: Post it publicly here and as soon as I see it I will let you know (and you can delete the comment again). If that’s an option for you.

    #1101995

    Hi,

    Thanks for the login details, they are not working though. Please check and verify.

    Best regards,
    Rikard

    #1104637
    This reply has been marked as private.
    #1105320

    any answer?

    #1105914

    Hi,

    Sorry for the late reply. I added this CSS to the top of you Quick CSS and it’s working and applying to your site, please review it:

    .home .slide-entry h3 a {
      font-size:35px;
    }

    Best regards,
    Rikard

    #1106380

    This is what I did, the problem is when you increase the font size of the slider on the top, it is also increase the post slider on the end of the page.

    #1106409

    Hi mela1989,

    Please try using this code instead:

    
     .home .avia-builder-el-8 .slide-entry h3 a {
      font-size:35px;
    }
    

    Best regards,
    Victoria

    #1106432

    yes!!!! thankssss!

    #1106453
    This reply has been marked as private.
    #1106456
    This reply has been marked as private.
    #1106551

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1106560

    You can close it, thanks

    #1106607

    Hi mela1989,

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

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Content Slider Heading – changing font size only for one slider’ is closed to new replies.