Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #496445

    Hi. Is it possible to add a link below the socket area?
    I tried this code:

    #socket .copyright:after {
        content: "Designed by Wesaca";
        display: block;
    }
    

    But this only displays the text. How can i add a link to this text?
    THX Freek

    #496522

    Hi Freek!

    Please go to Appearance > Editor and open footer.php file and add your link manually :)

    Cheers!
    Yigit

    #496526

    Hey Freek!

    You can add a link there right above line 135 in the footer.php file.

    </div>
    

    Best regards,
    Elliott

    #496535

    Okie that worked. Only the link appears right after the copyright not under it.

    THX Freek

    #496882

    Hi,

    Try wrapping your link inside a paragraph:

    <p>
    <a href="#">Link</a>
    </p>

    Best regards,
    Rikard

    #528096

    Looking to do the same thing. How can I do this using a child theme so it’s not lost on updates?

    Thanks
    Mike

    #528315

    Hi Mike,

    Copy footer.php to your child theme and make the changes you need in that file.

    Thanks,
    Rikard

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