Support
Support » Plugin: WooCommerce Links to Product » Different color for each button
(@monoxine)
2 years, 6 months ago
Is it possible to make different color for each button? If so, then how to make it? Thanks.
(@ernestortiz)
2 years, 3 months ago
Hi. Yes, you can do it through CSS. For example, if you want your first button in red:
button.button.alt.link2p-btn:nth-child(1){ background:red!important; }