Tagged: enfold, newsletter
Hey.
Thanks for this awesome theme.
I have two questions:
1. Can I hide/disable a color section instead of deleting it all together?
2. How can I add a newsletter sign up box to the top menu?
Thanks,
Roy
Hey royisra!
1- Using custom CSS code, yes, you can. You can post the link to your website and point out the section so we can give you custom CSS
2- Which plugin are you using?
Best regards,
Yigit
1- website is not up yet. Any other way we can work this out?
2- no plug in. I wondered if there is a way to integrate the shortcode you have for the newsletter subscription.
Hey!
The theme doesn’t have a shortcode for a newsletter submit. You would need to add it to the header.php directly and customize as needed. Most likely it would need to be done by a freelance developer to keep everything responsive and cross browser compatible.
For a color section, you can remove it from your layout by deleting it in the avia layout builder or you can save the whole page including that element as a template from the Template button on the top right of the ALB. Hiding it with CSS on the front end won’t prevent it from loading.
However if you want to you can try giving the color section a unique ID in the For developers only field which adds an ID to the color section. Then target it by that name:
#colorsectionname {display: none;}
Best regards,
Devin