Hello!
In the footer, where the widgets are, how do I add a separator between them and set the color? I see there is a setting for the boarder around the whole section, but nothing I can find to add the separators.
Thank you!!!
Dave
Hi Dave,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column { border-right: 1px solid #e2e2e2; padding-right: 10px; }
#footer .flex_column:last-child { border-right: none!important; }
If that is not what you meant, please post a screenshot and show how you would like it to look
Best regards,
Yigit
Thanks Yigit!!! That worked perfectly.