Button color
-
Hi there,
Please add following custom CSS to your theme using Simple CSS Editor:
.btn-success { background: #your-color !important; }Hope it helps!
It change only background color. in this way the button is static without transparent effect on mouse passage.
Hi there,
Please try again with this :
.btn-success { background: #your-color !important; transition: none !important; }Let me know how it goes!
-
This reply was modified 9 years, 7 months ago by
congthien.
Hi, it change only background color without transition. How can I save tranition effect?
Please help me. It do not works! 🙁
I solved in this way: .btn-success { background: my clor; border-color: my clor; !important; transition: none !important; }
.btn-success:hover {
background: my clor; border-color: my clor;
}Now I want to do the same job for feautues icons and newsletter butto. How can I do?
Here you go :
.feature-item:hover .icon-background-default { color : your-color; } .site-footer .footer-connect .subs-button { background: your-color; color: your-color; }Hope it helps!
It do not work. Help me please
How an I change feautues icons color and newsletter button color?
I’m not able ti chance this:
.feature-item:hover .icon-background-default { color : my-color; }
why??When I chage this:
.site-footer .footer-connect .subs-button { background: #03c4eb; }
.site-footer .footer-connect .subs-button:hover { background: #05A0BF; }the colors change but not in #03c4eb; and #05A0BF why?
Please help me!!!
This .feature-item:hover .icon-background-default { color : your-color; } do not work 🙁Nobody can help me 🙁 ?
-
This reply was modified 9 years, 6 months ago by
ciccione82.
-
This reply was modified 9 years, 7 months ago by
The topic ‘Button color’ is closed to new replies.
