Hi betheroots,
there is no option for this, but with a simple CSS extension you can achieve this. If your theme has a “Custom CSS” box in its settings, you just need to add
.shariff .theme-round .shariff-button a {
background-color: #000;
color: #fff !important;
}
to it. Otherwise you would need to add it to your style.css of your theme.
Cheers,
JP
Thread Starter
Anonymous User 14432102
(@anonymized-14432102)
Hi JP,
Thanks for the super fast reply and fix. I’ll give it a try.
Best wishes,
Rob
Thread Starter
Anonymous User 14432102
(@anonymized-14432102)
Worked perfectly! Thanks 🙂