• Resolved keywon

    (@keywon)


    Hi Farhan,

    Please let me know if I can change the color of the buttons from anywhere? Or do I need to ad some code?

    Thanks,
    Kashif

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi Keywon,
    This plugin uses your active theme’s styling. If you want to change button color you should add some CSS using theme customizer. You can access Theme Customizer from Appearance section in your WordPress Admin panel

    Thread Starter keywon

    (@keywon)

    Can you let me know what CSS to add? And there is no Apply OnLine option in the appearance area. Maybe I need to add codes in the additional CSS.

    Please let me know what codes to add?

    Thanks

    Plugin Author Farhan Noor

    (@farhannoor)

    Yes, you need to write CSS code in the Additional CSS section. You should write following css to change button color:
    .aol-form-button{background-color: #FF0000}

    if above code do not work then try following.
    .aol-form-button{background-color: #FF0000 !important}

    It will change your form button color to Red. To find your required color code, you should google Hexa Color values.

    Best Regards

    Thread Starter keywon

    (@keywon)

    I have tried both but it didn’t work. However, it changed the hover color to red.

    Plugin Author Farhan Noor

    (@farhannoor)

    You might need to add extra css to change button colors. I shared a generic rule but a specific theme may need some extra coding.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change buttons color?’ is closed to new replies.