Home Forums WoodMart support forum Notifications text color

Notifications text color

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

    TigoVape
    Participant

    Hello. I configured the desired background and text color for notifications but the links still with other color. Can you please tell me how to change this text color? Please look this picture to clarufy. https://i.imgur.com/EjPIUS8.png

    #181444

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

     a.restore-item{
    color:red;
    }

    Best Regards

    #181464

    TigoVape
    Participant

    Thank you very much. Now it have a white hover. Can you please provide with CSS code to change the color of the hover? Thank you.

    #181489

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

     a.restore-item:hover{
    color:yellow;
    }

    Best Regards

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