Reply 241238 to: checkout

Avatar: Rose Tyler
Rose Tyler
Support staff
June 18, 2020 at 09:59

As I can see, you do not use our Header builder and styles come from Elementor plugin – http://prntscr.com/t1xfky
You can create the header from scratch using our builder – https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG
or change the styling of current buttons using custom CSS code, for example

.header .elementor-button {
    background-color: red;
    color: black;
}
.header .elementor-button:hover {
    background-color: black;
    color: red;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.