Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 3 posts - 1 through 3 (of 3 total)

How to hyperlink in the footer

Home Forums Misc. General Forums How to hyperlink in the footer

  • #12170

    gareth

    subscriber

    Hi, how do I add a hyperlink to the text in the footer? I tried to add the “a href” HTML in the box provided in the Scylla Pro Options but it just gets removed automatically.

    Also, how do I widen the footer div to 100%?

    #15678

    Towfiq I.

    administrator

    Then go to Appearance> Editor and select footer.php from right and find this line:

    <?php echo $option['scl_foot']; ?>

    and replace it with whatever you want to display in the footer.

    #15679

    gareth

    subscriber

    Terrific, thanks for that.