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

    I am using Formstack to create forms for a client. Every form is working correctly except when I change the font-size in Formstack, it is not being reflected in Enfold.

    This is supposed to the 20pt OpenSans

    I tried editing the CSS in Formstack and that doesn’t work either so Enfold must be overriding it.

    Any ideas.

    thx

    ed

    #957372

    Hey vagator78,

    Thank you for using Enfold.

    A css declaration from the base.css file overrides the plugin’s styling. You may need to declare the style manually in the Quick CSS field or the style.css file.

    #top legend {
        font-size: 22.5px;
    }

    OR

    .fsBody .fsLabel, .fsBody label {
        font-size: 22.5px;
        color: #595d64;
    }

    Best regards,
    Ismael

    #957471

    Hey Ismael,

    I tried both of those and neither worked.

    thx for your help

    #958639

    Hi vagator78,

    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 .fsBody .fsLabel, #top .fsBody label,
    #top legend.fsLabel span {
        font-size: 22.5px;
        color: #595d64;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #958642

    That works…

    Thx

    #959163

    Hi vagator78,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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