-
Author
-
November 12, 2015 at 22:06 #87013saeidesParticipant
Hello,
How can I change the text and also hover colour of buttons like “add to basket” and so on. Please see the attached screenshot.
Thanks in advance,
Attachments:
You must be logged in to view attached files.November 13, 2015 at 17:36 #87142RaduModeratorHi,
Please add this css
COPY CODEbutton.single_add_to_cart_button.button { color: #FFF !important; } a.button.wc-forward { color: #fff; } a.button.wc-delivery-button { color: #fff; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 13, 2015 at 17:42 #87146saeidesParticipantThanks for your help. Tried but didn’t work. I’ve added that to my style.css file.
November 13, 2015 at 19:17 #87190RaduModeratorTry with important declaration
COPY CODEbutton.single_add_to_cart_button.button { color: #FFF !important; } a.button.wc-forward { color: #fff !important; } a.button.wc-delivery-button { color: #fff !important; }
Let me know
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2015 at 15:55 #87483RaduModeratorHi,
I’ve added this css-s to your quick CSS.
COPY CODE.woocommerce-page .main-color input.button { color: #fff !important; } .woocommerce-page .main-color a.button { color: #fff !important; }
Let me know if is ok.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2015 at 18:23 #87573RaduModeratorCAn you check now ?
It should be ok
I’ve used
COPY CODE.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover { background-color:rgba(149,12,194, 0.7) !important;}
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2015 at 18:39 #87590saeidesParticipantThat works perfectly.
Thank you for your great help.November 16, 2015 at 18:43 #87595RaduModeratorYou’re welcome
Have a nice day
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2015 at 13:22 #95406RaduModeratorHi,
Merry Christmass
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.woocommerce-page ul.products li.product:hover a.button.add_to_cart_button.product_type_simple { color:#333 !important; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 29, 2015 at 13:53 #95557RaduModeratorHi,
Your welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.