Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1259079

    Hi,
    I would like to remove the last line “Name” from the Enfold Mailchimp sidebar widget. I do not see the option in the widget as it is in the layout builder and feel email, first name, last name is enough.

    Is there a good reason to keep “Name” as well?

    Thanks,

    GB

    Link for reference: https://www.gregorybeylerian.com/shop/

    • This topic was modified 4 years ago by gb. Reason: added link for reference
    #1259335

    Hey gb,

    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

    
    .av-mailchimp-widget #element_avia_3_1,
    .av-mailchimp-widget #element_avia_2_1 {
        display: none;
    }
    

    Well, if you don’t use that data, you can hide those fields.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1259337

    OK, thanks Victoria!

    #1259374

    Hi gb,

    Glad we could help :)

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to adjust Enfold MailChimp sidebar widget?’ is closed to new replies.