Rynald0s
(@rynald0s)
Automattic Happiness Engineer
Hi @trenfort
One way to do this would be to use a code snippet such as:
add_filter( 'storefront_copyright_text', 'rs_edit_storefront_copyright_text' );
function rs_edit_storefront_copyright_text() {
$link_address = 'https://#';
echo "<a href='".$link_address."'>Link</a>";
}
You can replace the $link_address value with the link URL you want to use.
The code can be added to your site using a free plugin like https://ww.wp.xz.cn/plugins/code-snippets/
Cheers!
My footer looks very boring.
Is there any way I can give some margin/outlines or visible columns in it?
Screenshot : https://snipboard.io/4vHLQR.jpg
Is there any way I can give some margin/outlines or visible columns in it?
Do you have examples of how you’d like the footer to look so we can confirm if this is something we can help with, or might need a developer to get that done for you?
Something like this:
https://snipboard.io/c0iles.jpg
having few columns perfectly aligned and with headings on all of them.
I’m afraid, this is something that requires some serious amount of customization.
I’ll recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
Best,