Home Forums Basel support forum Hover on product

Hover on product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4091

    Funkierbike
    Participant

    Hey,

    On ‘hover on product’ option I choosed the ‘Button on hover’.
    The defult color of the ‘Select option’ is Turquoise.
    What is the code to change this color?

    Thanks,
    Yuval.

    #4098

    Artem Temos
    Keymaster

    Hello,

    You can change it by placing the following code snippet to the Custom CSS section in Theme Settings

    .basel-hover-link .swap-elements .btn-add a {
        color: black;
        border-color: black;
    }.basel-hover-link .swap-elements .btn-add a:hover {
        color: red;
        border-color: red;
    }
    #4099

    Funkierbike
    Participant

    Thanks 🙂

    #4104

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Hover on product’ is closed to new replies.