Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929878

    I’d like to change the font of the button in the signup as well as get rid of the email* text that appears below Sign Up. What CSS could solve this? Link to website below, I’m referring to the email signup in the widget area of the footer. Thank you in advance!

    #929968

    Hey Regan,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #ctct-form-626 label {
        display: none;
    }
    
    #ctct-form-626 #ctct-submitted {
        font-family: "atrament-web",sans-serif;
        font-size: 22px;
    }

    Hope it helps :)

    Best regards,
    Nikko

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