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

    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

    #405456

    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

    #406527
    This reply has been marked as private.
    #406576

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.