Home Forums WoodMart support forum TEXT LINKS – MAKE THEM ALL RED

TEXT LINKS – MAKE THEM ALL RED

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

    gilesp
    Participant

    Is it possible to make all TEXT LINKS red?

    #40438

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change text link color.

    body a {
    	color: #cc3333;
    }

    Regards

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