• Resolved taraswonderworld

    (@taraswonderworld)


    Hi,

    I would like to change the colour badge on hover…I can not find where….I can change the background of the badge and the number but not on hover.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter taraswonderworld

    (@taraswonderworld)

    I have another question, How I modify the position on mobile version?

    thanks

    Plugin Author Addonify

    (@addonify)

    Hi,

    We will be adding this feature in upcoming versions.

    For now please use custom media query CSS.

    @media ( max-width: 575px ) {
    
        #adfy__woofc-trigger {
    
            right: 20px; /* Example: 20px from right */
            bottom: 20px; /* Example: 20px from bottom */
        }
    }

    I hope you know to paste this CSS style.

    Plugin Author Addonify

    (@addonify)

    Badge colour nice find. Looks like the option is missing. Adding this to the list too.

    #adfy__woofc-trigger:hover .badge {
    
        color: white;
        background-color: #f44336;
    }

    This is how you can change the badge color.

    Thread Starter taraswonderworld

    (@taraswonderworld)

    Thank you for your reply! I will try to add this!

    Kink regards,

    Eva

    Thread Starter taraswonderworld

    (@taraswonderworld)

    Should I add this code on the Customiser – Additional Css ?

    Thread Starter taraswonderworld

    (@taraswonderworld)

    Thank you it works!!!

    Plugin Author Addonify

    (@addonify)

    Cheers ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Color badge’ is closed to new replies.