Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi there,

    Please add following custom CSS to your theme using Simple CSS Editor:

    .btn-success { background: #your-color !important; }

    Hope it helps!

    Thread Starter ciccione82

    (@ciccione82)

    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.
    Thread Starter ciccione82

    (@ciccione82)

    Hi, it change only background color without transition. How can I save tranition effect?

    Thread Starter ciccione82

    (@ciccione82)

    Please help me. It do not works! 🙁

    Thread Starter ciccione82

    (@ciccione82)

    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;
    }

    Thread Starter ciccione82

    (@ciccione82)

    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!

    Thread Starter ciccione82

    (@ciccione82)

    It do not work. Help me please

    Thread Starter ciccione82

    (@ciccione82)

    How an I change feautues icons color and newsletter button color?

    Thread Starter ciccione82

    (@ciccione82)

    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?

    Thread Starter ciccione82

    (@ciccione82)

    Please help me!!!
    This .feature-item:hover .icon-background-default { color : your-color; } do not work 🙁

    Thread Starter ciccione82

    (@ciccione82)

    Nobody can help me 🙁 ?

    • This reply was modified 9 years, 6 months ago by ciccione82.
Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Button color’ is closed to new replies.