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
Hi Freek!
Please go to Appearance > Editor and open footer.php file and add your link manually :)
Cheers!
Yigit
Hey Freek!
You can add a link there right above line 135 in the footer.php file.
</div>
Best regards,
Elliott
Okie that worked. Only the link appears right after the copyright not under it.
THX Freek
Hi,
Try wrapping your link inside a paragraph:
<p>
<a href="#">Link</a>
</p>
Best regards,
Rikard
Looking to do the same thing. How can I do this using a child theme so it’s not lost on updates?
Thanks
Mike