MTH21 Posted February 4, 2022 Share Posted February 4, 2022 Site URL: https://www.mounttomhouse.com/ Hello, Can you provide guidance to how I can remove the description element from the Newsletter Block? I do not need a description - just a title and the email box are great - and I would like to keep the footer as tight as possible. There is space between the title and email box that I'd like to remove. I am attaching a photo of the current block. Thanks! Link to comment
khs123 Posted February 7, 2022 Share Posted February 7, 2022 I used this on my site: .newsletter-form-header-description { display: none; } MTH21 and tuanphan 1 1 Link to comment
tuanphan Posted February 12, 2022 Share Posted February 12, 2022 On 2/5/2022 at 5:25 AM, MTH21 said: Site URL: https://www.mounttomhouse.com/ Hello, Can you provide guidance to how I can remove the description element from the Newsletter Block? I do not need a description - just a title and the email box are great - and I would like to keep the footer as tight as possible. There is space between the title and email box that I'd like to remove. I am attaching a photo of the current block. Thanks! Add to Design > Custom CSS footer.sections .newsletter-form-header-description { display: none; } MTH21 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MTH21 Posted February 22, 2022 Author Share Posted February 22, 2022 On 2/7/2022 at 12:12 PM, khs123 said: I used this on my site: .newsletter-form-header-description { display: none; } Thanks so much for this! Link to comment
MTH21 Posted February 22, 2022 Author Share Posted February 22, 2022 On 2/12/2022 at 5:43 AM, tuanphan said: Add to Design > Custom CSS footer.sections .newsletter-form-header-description { display: none; } Thank you so much! Link to comment
SurferGyal Posted April 18 Share Posted April 18 Can someone please advise on how to do the same thing for the disclaimer? I tried the following code but it didn't work. My site: https://www.thesis-agency.com/ footer.sections .newsletter-form-header-disclaimer { display: none; } Link to comment
tuanphan Posted April 20 Share Posted April 20 On 4/19/2024 at 12:06 AM, SurferGyal said: Can someone please advise on how to do the same thing for the disclaimer? I tried the following code but it didn't work. My site: https://www.thesis-agency.com/ footer.sections .newsletter-form-header-disclaimer { display: none; } I don't see Disclaimer. Can you take a screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment