Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1111434

    I have found the ability to change colors in General Styling, and the ability to customize some features in Advanced Styling, but even in Advanced Styling > Misc (from element dropdown) > Buttons I cannot change the color of only the button . . . rather than having buttons match the links on the page, I want the button to stand out more, but in General Styling, changing one changes both, and the Button Advanced styling does not include a color option. Menu Item Button has a color option, but that is not the button I want ot change. . . its buttons in my main content. So, I need to have Blue links (done, with green hover) and Green Buttons.

    Is there a place to accomplish this? Website is https://gatehealing/com

    Thanks!
    JOn

    #1111469

    Hey gatehealing,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .main_color .avia-color-theme-color.avia-button {
        color: #fff;
        border-color: #1ce72d;
        background-color:green;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1111517

    That worked, thank you!

    Jon

    #1111532

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change only button color?’ is closed to new replies.