• Resolved ricky0x

    (@ricky0x)


    The CSS styles I enter in Edit Styles under General Settings do not apply on the form when viewing on the editor or live. At the moment I have the below but it’s not making any difference.

    /* Styles definition here */

    fbuilder, #fbuilder label, #fbuilder span { color: #000000; }

    fbuilder input[type=text], #fbuilder textarea, #fbuilder select { color: #000000; }

    I put the form on a popup and when viewing the popup in editor the form shows dark grey font but when I open it on live the fonts are all white (instead of black) on white background.

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

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The “#” character is missing before those styles, example:

    #fbuilder, #fbuilder label, #fbuilder span { color: #000000; }
    
    #fbuilder input[type=text], #fbuilder textarea, #fbuilder select { color: #000000; }

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Styles not applying on live’ is closed to new replies.