Shop Categories

X

Button Color LEARN MORE on Sliders

Home Forums Agama Pro Button Color LEARN MORE on Sliders

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26230

    Hello,

    I would like to keep the button LEARN MORE in white, but when you click on in, it is White on White.
    Is it possible to change it to black?

    Many thanks

    #26231
    Zex
    Moderator

    Hello, Viacheslav!

    Insert the following code into Customizing->General->Additinal CSS:

    #agama_slider .button:hover{
       background-color: black!important; 
       border: 2px solid white!important;
    }

    If you want a black text on the white background, insert the following code instead:

    #agama_slider .slide-content a.button:hover{
      color:black!important;
    }

    Change the Colors per your needs.

    Regards

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