Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222278

    Is there a way to push the footer columns down and add in a line of centered text that would sit above them?

    I would like to use special headline text if possible

    Thanks

    #222498

    Hi Coronacom!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #footer:before {
    content: 'Your text goes here';
    margin-left: 12%;
    font-size: 20px;
    }

    Best regards,
    Yigit

    #222842
    This reply has been marked as private.
    #222854

    Hey!

    Please try to add as following

    #footer:before {
    content: 'Your text goes here';
    margin-left: 12%;
    font-size: 20px;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    }

    I checked your website but seems like you have not added the code yet

    Best regards,
    Yigit

    #222862

    Was just waiting for the new code but that worked perfectly thankyou!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add text to Footer’ is closed to new replies.