Home Forums WoodMart support forum Mailto: link colour

Mailto: link colour

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

    jalinmedia
    Participant

    Hi,

    Just wanted to know if it’s possible to adjust the colour, on the product page, from a mailto: link.

    Please see attached and the link as example!

    We want it to be the colour: #e8bb01

    Thanks in advance!

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .stock a {
    	color: #e8bb01;
    }
    
    .stock a:hover {
    	text-decoration: underline;
    }

    Regards

    #29646

    jalinmedia
    Participant

    Thanks!!

    #29649

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Mailto: link colour’ is closed to new replies.