Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #326406

    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.

    #326477

    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

    #328493

    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?

    #329040

    Hi!

    Seems like you have already figured it out – http://i.imgur.com/QqErJMz.png ?:)

    Cheers!
    Yigit

    #330270

    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?

    #330809

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .main_color .avia-color-theme-color.avia-button { background-color: blue; }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.