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

    Hi,
    I’d like to know how can i change the color of the buttons of the post slider element.

    best regards

    #815549

    Hey viaggiareverde,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slideshow-arrows a:before {
        background: #ddd !important;
        background: rgba(10,10,10,0.5) !important;
    }

    Best regards,
    Rikard

    #815578

    Hi Rikard, thanks for the answer. Unfortunately it seems that it doesn’t work. I’ve also tried changind “ddd” with a color but they don’t change.

    #815719

    Hi,

    Which buttons exactly? The arrow buttons?

    Best regards,
    Jordan Shannon

    #815766

    Hi,
    Yes, the semi-trasparent arrow buttons of the post slider.

    #815802

    Hi,

    Please try this instead:

    .avia-slideshow-controls a:before {
        background: #ddd !important;
        background: rgba(10,10,10,0.5) !important;
    }

    Best regards,
    Rikard

    #816049

    Hi, no it doesn’t work.

    #816164

    Hi,

    Ok, I can’t see it applying on your site either, where exactly are you putting the CSS? You might want to provide us with login details if you want us to have a closer look.

    Best regards,
    Rikard

    #816175

    Hi,
    I’ve put that in the css box, but than removed after purging cache and seing that it doesnt work. I give you temporary access.
    Thank you and best regards

    #816472

    Hi,

    I added the following to the very top of quick css. I have tested this and it should work:

    #top .avia-content-slider:hover .avia-slideshow-arrows a {
        opacity: 1!important;
        background-color: red!important;
    }

    Best regards,
    Jordan Shannon

    #818121

    Thank you, it works.

    Best regards

    #818256

    That’s good to hear. :)

    We’ll close this thread now, but if you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to change buttons colors’ is closed to new replies.