Is it posible to remove the buttons on the Hero Image?
Thanks
Is it posible to remove the buttons on the Hero Image?
Thanks
Hello there,
I hope you are having a great day.
In order to remove the buttons simply go to Appearance > Customize > Additional CSS and add the following CSS code:
#header .bottom-header .header-button-one {
display: none;
}
#header .bottom-header .header-button-two {
display: none;
}
Best Regards,
Support
Thank you ever so much! Perfect!