• Resolved globalmerchant

    (@globalmerchant)


    Hi, I would like to change the button colours on the “Fluent Support” form (shortcode on site: [fluent_support_portal])

    Can this be done similar to Fleunt forms or do I need css?

    Regards

    Andre

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ahsan Chowdhury

    (@ahsannayem)

    Hello @globalmerchant ,

    You need custom CSS code to change the color. Here is an example:

    .fst_login_wrapper input#wp-submit{
    color: #fff;
    background-color: #000000;
    }

    Do not forget to add !important so that the customs CSS overrides the default CSS.

    Thank you

    Thread Starter globalmerchant

    (@globalmerchant)

    Hi Ashan, thank you for the help, but sorry man I have no idea how to add the !important thing and wouldnt know where to put it, will you please help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Buttons’ is closed to new replies.