• Resolved presscode

    (@saschinger)


    Hello and good day to you ??

    When activating the appropriate settings (Woo etc.), the links for “buy now” and “transfer now” seem to use the same link-colors as set-up by the theme.

    How can I alter them?

    Thank you in advance and kind regards,
    Sascha

Viewing 1 replies (of 1 total)
  • Plugin Author WP24

    (@wp24dotorg)

    You could change the color using custom CSS:

    .table-cell-purchase a {
    	color: green;
    }
    .table-cell-transfer a {
    	color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hot to set different colors for “buy now” and “transfer now” links?’ is closed to new replies.