Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #549869

    How to style the fullscreen slider buttons individually? color, size etc.?? I tried everything out I could find here but nothing works. Any hints?? Thanks.

    #549983

    Hey webworks_zelewski!

    You can adjust the button styling of individual slides with the below css:

    .avia-fullscreen-slider .avia-slideshow-inner li.slide-2 a.avia-slideshow-button {
        color: #3d71a1 !important;
        padding: 25px 16px !important;
        background-color: rgba(0,0,0,0.2) !important;
        border: 3px solid #fff !important;
        border-radius: 3px !important;
        font-weight: bold !important;
    }

    Adjust the slide number (slide-2) to apply your button styles to each slide individually.

    Regards,
    Dake

    #551150

    Hello Dake,

    thanks- but it does not work for me. I added it into the CSS section but the changes are not visible.

    #551245

    Hey!

    May we have temporary admin access to your website so we can take a closer look?

    Cheers!
    Dake

    #551433

    Hello Drake,

    yes sure. Thx. How shall I provide you the Login Data?? Email Adress or anything?

    #551471

    Hey!

    You can create an admin account using any email address of your choice then post the credentials in the private content section before you reply.

    Cheers!
    Dake

    #552257

    Okay great- but where do I find the private content section? thx

    #552260

    Hey!

    Please see screenshot – http://i.imgur.com/NW41dzU.png

    Cheers!
    Yigit

    #552266

    Okay so here it is. Thank you.

    #552280

    Hi!

    You have following on top of Quick CSS field

    float:left;
      padding:30px;
      width:100%;
    }

    I commented out. You should either enter a selector for it or remove it.

    To style buttons individually, please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class then add following code to Quick CSS

    .your-custom-class .avia-slideshow-button {
        color: orange !important;
        padding: 25px 16px !important;
        background-color: rgba(0,255,0,0.2) !important;
    }

    Regards,
    Yigit

    #552312

    Thank you, It seems that it already works now that you commented it out. Thanks for the support.

    #552314

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Again- styling of fullscreen slider buttons- color, size etc.’ is closed to new replies.