Home Forums WoodMart support forum Menu price hover

Menu price hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #557395

    pudelis
    Participant

    How to change menu price item on hover items color?
    https://ortopro.lt/paslaugu-kainos/

    #557535

    Hung Pham
    Keymaster

    Hi pudelis,

    Thanks for reaching to us.

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-menu-price .menu-price-price:hover{
    	color: #000;
    }

    Regards,

    #557943

    pudelis
    Participant

    Added this code to theme css area, but its not working
    .wd-menu-price .menu-price-price:hover{
    color: #000;
    }

    Attachments:
    You must be logged in to view attached files.
    #558245

    Hung Pham
    Keymaster

    Hi pudelis,

    You missed the space, please take a look. https://prnt.sc/W_DDUw48TWsH

    .wd-menu-price .menu-price-price:hover{
    	color: #000;
    }

    Regards,

    #558326

    pudelis
    Participant

    .wd-menu-price .menu-price-price:hover{
    color: #000;
    }
    No we copy/pasted code into theme options, its same. But still not working. Duoble checked.

    #558702

    Hung Pham
    Keymaster

    Hi pudelis,

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

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