Shop Categories

X

The "Learn More" button of the slider

Home Forums Agama Pro The "Learn More" button of the slider

Topic Resolution: Resolved

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11267
    murodelrock
    Participant

    Hi there!

    I have set all the “Learn More” buttons of my slider with background color #fe6663, and before the last theme update
    it worked perfectly. Now instead I have only the first slide with this background color and it’s impossible to change the others.

    Thanks in advance!

    Mario Macri

    #11268
    Zex
    Moderator

    Hello, Mario!

    You are right, unfortunately, there is a small bug in the theme.

    Temporarily, until we fix that, you can change the color on ALL slides using next code:
    (Insert it in: Customizing->General-> Additional CSS).

    #agama_slider .button-border {
        border-color: #fe6663;
        color: #fe6663;
    }
    
    #agama_slider .button-border:hover {
        background-color: #fe6663;
    }

    If you want to change the color on the particular slide then you need to use the next code:

    #agama_slider .slide-2 .button-border {
        border-color: #fe6663;
        color: #fe6663;
    }
    
    #agama_slider .slide-2 .button-border:hover {
        background-color: #fe6663;
    }

    In that case, you will need to change the slide number in the code, per your needs.

    Best Regards

    #11269
    murodelrock
    Participant

    Extremely professional, fast solution to problems.

    Many thanks.

    Mario Macrì

    #11273
    Zex
    Moderator

    Thank you!

    You are welcome 🙂

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