Site logo

Archived topic

In CSS een externe link aanmaken

1 reply · Started by Bram on March 8, 2021

Viewing posts 1–2 of 2

I have the following question about this CSS:

#site-footer .footer-copyright {
display: none;
}
.footer-credits::after {
content: 'ABCDiensten';
}

Is it possible to create this CSS with a link from ABCDiensten to its URL http://www.abcdiensten.nl?

Thank you on forehand

Bram

Hi there,

no - the CSS Content property only accepts static text or an image URL - it doesn't handle HTML.
Why not just add the link to the Copyright field in Customizer > Layout > Footer ?

This archived topic is closed to new replies.