Reply 304117 to: Change the color of the woocommerce buttons and doubts

Avatar: Rose Tyler
Rose Tyler
Support staff
October 1, 2021 at 10:43

Hello,

Sorry for the delay in answering.
1/ I’ve asked “what exactly changes”, because if you are talking about menu/static blocks, go to Theme Options > Speed optimization > disable Menu Dropdown Ajax Loading, Menu Cache, Static Blocks Cache options, enable them once all changes will be done. If you are talking about other changes, use Clear cache Chrome extension https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn/RK%3D2/RS%3DzwqaryCReNAACSfd_oYYPpX0_tw- to clear the browser cache if you use Chrome. Also, disable cache plugin that you are using if the site is under development. You’ll be able to enable the cache plugin once you finish all changes.
2/ You’re welcome!
3/ Colors of the Quick view buttons can be changed by adding the next code in Theme Options > Theme custom CSS:

.footer-product .show-quickly {
    background-color: red;
}
.footer-product .show-quickly:hover {
    background-color: blue;
}

https://prnt.sc/1uc6l30 – buttons come from Elementor, so contact support of Elementor or use the next custom CSS code:

.elementor-menu-cart__footer-buttons .elementor-button {
    background-color: red !important;
}
.elementor-menu-cart__footer-buttons .elementor-button:hover {
    background-color: blue; !important;
}

4/ Please check one more time – Theme Options > Header builder > Mobile menu > https://prnt.sc/1uc604a

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.