• Resolved yourinthe

    (@yourinthe)


    Hi,
    When I hover over my FAQ the hover background keeps turning blue for 1 mili second. Don’t know where the blue is coming from, it’s not in the plugin settings.

    I used this CSS already.

    .ufaq-faq-title-text h6:hover {
    color: #000040 !important;
    background-color: transparent !important;
    }

    Anyone can help?
    Regards,
    Jo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yourinthe

    (@yourinthe)

    the url where the faq is on: https://mastermatch.net/nl-support/

    Plugin Support jaysupport

    (@jaysupport)

    Hi your,

    You may use the below custom CSS to remove the blue background on hover

    .ufaq-faq-display-style-Block:hover,
    .ufaq-faq-display-style-Block:hover a,
    .ufaq-faq-display-style-Block:hover h1,
    .ufaq-faq-display-style-Block:hover h2,
    .ufaq-faq-display-style-Block:hover h3,
    .ufaq-faq-display-style-Block:hover h4,
    .ufaq-faq-display-style-Block:hover h5,
    .ufaq-faq-display-style-Block:hover h6 {
        background: #FFEAC7;
        color: #000 !important;
    }
    Thread Starter yourinthe

    (@yourinthe)

    Great, that’s it! Thanks a lot. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS change hover color’ is closed to new replies.