Hi, is it possible to add a text section in the footer of each page or does this need to be built into every single page?
Thanks
Amy for Ladies in London
Hi ladiesinlondon!
The footer widgets will display on all pages so navigate to Dashboard > Appearance > Widgets and drag a text widget over to one of the footer widget areas and it will display everywhere.
Best regards,
Elliott
Hi!
Yes, you can wrap your text inside a div with a class as following
<div class="your-custom-class">Your text here</div>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { font-size: 16px; color: red; }
Best regards,
Yigit