This topic has 5 replies, 2 voices, and was last updated 1 month, 1 week ago ago by Andrew Mitchell
Hello, Nguyễn Văn Hiển,
To change the color of the “Buy Now” button in the footer, please add the following code to Theme Options → Custom CSS → Global Custom CSS.
Code for the normal state:
body .etheme-sticky-cart .et-single-buy-now.single_add_to_cart_button.button {
background: #ff1900 !important;
color: #18d718 !important;
}
Code for the hover state:
body .etheme-sticky-cart .et-single-buy-now.single_add_to_cart_button.button:hover {
background: #1700ff !important;
color: #c7d718 !important;
}
Best regards,
8Theme Team
Thank you!
How to change the icon of the “Buy Now” button in the footer?
Hello, Nguyễn Văn Hiển,
To replace the icon in the “Buy Now” button, we have added the following code in Theme Options → Custom CSS → Global Custom CSS:
body .etheme-sticky-cart .et-single-buy-now.single_add_to_cart_button.button:before {
content: "\e92c";
}
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up