Home Forums WoodMart support forum button hover

button hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316333

    rodrigo17r
    Participant

    Hi, I want that when I hover the mouse over the button, it becomes a white background and brown font. Help me please.

    #316399

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.btn.btn-style-bordered.btn-shape-semi-round:hover {
        background: white;
        color: #A49183;
    }

    Best Regards

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