This topic has 8 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Jack Richardson
Hi there,
I would like to change the Add to Cart and Checkout Buttons to Black with white font.
Please could you tell me how to this.
And the code to insert.
Many thanks
Hello,
Add this css code in custom.css:
.add-to-container .add_to_cart_button,
.widget_shopping_cart_content .btn.button.right,
.quick-view-popup .product-info .single_add_to_cart_button,
.single-product-page .product-info .single_add_to_cart_button {
background-color: black;
color: white;
}
Regards,
Jack Richardson.
Hi Jack,
Thank you so much for the code, I really appreciate it.
The issue I am having is that although black with white fonts, it has a red outer layer. Can this be changed in theme options.
Likewise please could you provide me with the code for changing:
– Proceed to Checkout button
– Place Order button
I would like them both in Black with white fonts.
Thanks again, your service is 5 star
Sorry Jack,
Please ignore my previous post
Ive just figured out that by changing the colour in the theme options. it changes the colour for all the buttons to black.
The issue i have now is that my main navigation menu is black with white font.
When i hover over the menu items they now become invisible as the the background is also black.
Is there code just to change the main navigation labels to become red, when hovering over them?
Thanks again
Hello,
Add this css code:
.main-nav .menu > li > a:hover {
color: red;
}
Regards,
Jack Richardson.
Hi Jack,
Sorry entered the code in custom CSS and doesnt seem to work.
Ive previoulsy changed the main colour in Theme options to black to enable all buttons such as checkout, add to cart to be black.
Could this be what is causing issues. a conflicting issue?
i’d be happy to give you my wordpress login details to have a look.
details
Hello,
Please clear your browser cache and check the menu now.
Regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up