Shop Categories

X

Slider button bg color no longer solid after update 1.3.8.1

Home Forums Agama Pro Slider button bg color no longer solid after update 1.3.8.1

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5784
    Quin
    Participant

    After updating to 1.3.8.1 the slider bg button has no longer a solid colour. It turns solid when you put your cursor on it, but it used to be solid without needing to put your cursor on it.
    How can I turn it back to the way it used to be?
    Updating to 1.3.8.2 doen’t help unfortunatly.
    Thanks for your help.

    #5790
    Jerry
    Keymaster

    Hello Quin,

    We made some major changes to the slider buttons so now there is solid color only when you hover over button area, otherwise there is transparent button with 2px border around.

    There is no way to bring back old button style you had previously but we can implement a new feature for slider button where you will be able to choose button style type in some of next updates.

    I do not suggest you to revert to older theme version for just 1 liked thing.

    Regards

    #5871
    msansweb28
    Participant

    Quin, I had the same issue with needing the button background to be solid following the update to 1.3.8.1. Figured out how to do this by adding code to Additional CSS section in the Customizer. You’ll probably need to change both the button styling and the hover/focus styling. Here’s an example of what I did:

    
    #agama_slider .slide-1 a.button {
        background-color: #439336; 
        border-color: #439336;
        color: white !important;
    }
    
    #agama_slider .slide-1 a.button:hover, a.button:focus {
        background-color: #fff !important; 
        border-color: #fff !important;
        color: #439336 !important;
    }
    

    Hope this helps!

    #5872
    Jerry
    Keymaster

    @msansweb28,

    Thank’s for sharing your solution, i will see if i can add few versions of button style in some of next version.

    Regards

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