I found this Solution for changing te butto colors:
#top #wrap_all .avia-button{
background-color: #94315D;
color: #FFF;
border-color: #94315D;
}
Is there a way to change the color of the main theme button? ( and dont change the main color subtle button and color or form button)
Thanks in advance for your reply.
Hey CelebrationEvents!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div .main_color .button {
background-color: red;
color: orange;
border-color: green;
}
Cheers!
Yigit
Thanks for the repay
Iid try your solution but i did work out,
I removed the :
#top #wrap_all .avia-button{
background-color: #94315D;
color: #FFF;
border-color: #94315D;
}
and put in your code, but the code didnt do the trick, no change of colors tot red/orange/green. i got the the theme colors back again
(I did refresh the cache)
I think i need not the theme color (blue) to change but the theme button color orange has to change
Any suggestions?
Thats not correct because the above solution didnt, work out, i got back to color all buttons,
But i only want the blue/green theme buttons to have another color. Not the altarnate colored buttons.
If posible i want to change the the theme button color orange to another orange color.
Any suggestions?