-
Author
-
January 14, 2015 at 10:38 #41999rasmusbergParticipant
I want to make the buy button a different color while in the meantime changing the text color. I know how to change the background color of the button, but I can’t figure out the text color, could you help me please?
This is the code you guys pasted in the Comments-sections og Themeforest.net:
.single_add_to_cart_button.button {
background: none repeat scroll 0 0 red !important;
color: #fff !important;
}—
Thank you
Rasmus, Denmark
January 14, 2015 at 14:24 #42019RaduModeratorTry this ,add code to Quick CSS from Theme Options ->General Settings
COPY CODEbutton.single_add_to_cart_button { background-color:#FA6C6C !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 14, 2015 at 14:48 #42023rasmusbergParticipantThank you.
But how do I change both the color of the button AND the text color?
I want a white text color and a green color for the button (#09a405)
Thanks
January 15, 2015 at 14:03 #42180RaduModeratorInsert this code
COPY CODEbutton.single_add_to_cart_button { background-color: #09a405!important; color: #FFFFFF !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 15, 2015 at 14:31 #42185rasmusbergParticipantGreat! Thanks! 🙂
I suggest you put the option in the control panel. The color of the buy button influence sales up to 20%, plus having a another buy button at the button helps with almost 40%.
Can I add another buy button via a css code also?
January 15, 2015 at 16:46 #42209RaduModeratorWelcome,
You cannot add button via css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.