• Resolved lovebrands

    (@lovebrands)


    We don’t want to show the German Impressum link on the Dutch page. Is there a way to achieve that?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @lovebrands,

    Of course, you can use the below CSS under Appearance > Customize > Additional CSS to achieve that.

    html:lang(nl) a.cmplz-link.impressum {
        display: none;
    }

    Kind regards,
    Jarno

    Thread Starter lovebrands

    (@lovebrands)

    Hi Jarno,

    Thanks for your very quick response.

    I have added this to your CSS panel, but unfortunately it is still visible on the NL website.

    /* Impressum niet zichtbaar op NL website */
    html:lang(nl) a.cmplz-link.impressum {
    display: none;}

    Kind regards,

    Marijn

    Plugin Contributor jarnovos

    (@jarnovos)

    Hallo @lovebrands,

    Please try adding it to Appearance > Customize > Additional CSS instead ??

    Kind regards,
    Jarno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Do not show a document in a specific language’ is closed to new replies.