ngbaze Rising 🤑Billionaire💰 Loyal Member Oct 15, 2024 Thread starter #1 how can i edit all this buttons?
Jerson Registered Oct 16, 2024 #2 In your extra.less template (or whichever one), you can use the .button--cta class to edit it. Note that you need to put !important after most CSS attributes since else they don't get overwritten. Examples: Before: After: Code used: CSS: .button--cta { border-radius: 10px !important; background-color: #00ffff !important; color: black !important; } Upvote 0 Downvote
In your extra.less template (or whichever one), you can use the .button--cta class to edit it. Note that you need to put !important after most CSS attributes since else they don't get overwritten. Examples: Before: After: Code used: CSS: .button--cta { border-radius: 10px !important; background-color: #00ffff !important; color: black !important; }