Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
@zvidehas You’ll have to look at your theme options to see if your theme in particular offers any settings to customize the look of those buttons.
Looking at the code of that element, it seems like it is created by Elementor, so that’s something you’ll want to look into as well.
If you don’t have any luck finding a setting to change that, you may try with CSS code. I’m not a CSS expert, but I believe the following snippet might work:
a.elementor-button.elementor-button{background-color:black;}
You’d substitute black with the color you’d like the buttons to be. This code can be added from Appearance > Customize > Additional CSS.
Thank you !
That’s work !