[Support request] In CSS een externe link aanmaken

Home Forums Support [Support request] In CSS een externe link aanmaken

Home Forums Support In CSS een externe link aanmaken

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1687298
    Bram

    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

    #1687322
    David
    Staff
    Customer Support

    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 ?

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