Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #292337
    Laure
    Participant

    Hi,

    This is my footer content :

    Copyright © [the-year] [site-link][privacy-policy-link] | Mentions légales | Politique de confidentialité | CGV

    I would like to insert an URL link for :
    Mentions légales : in construction
    Politique de confidentialité : link = https://kay-conseil.fr/politique-de-confidentialite/
    CGV : in construction

    Thanks

    #292366
    Skandha
    Participant

    @kay-conseil: Hello there,
    You can add the following code in the Footer Editor Option for the Politique de confidentialité.
    <a href="https://kay-conseil.fr/politique-de-confidentialite/" rel="noopener" target="_blank">Politique de confidentialité</a>

    You can do likewise for other links you want to add.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #292388
    Laure
    Participant

    Thanks Skandha for the code It’s Ok, but

    I wish it were aligned on the same line :

    COPYRIGHT © 2021 KAY CONSEIL | POLITIQUE DE CONFIDENTIALITÉ | MENTIONS LÉGALES

    Not so :

    COPYRIGHT © 2021 KAY CONSEIL | POLITIQUE DE CONFIDENTIALITÉ |
    MENTIONS LÉGALES

    P.S. Code for MENTIONS LÉGALES : <p>MENTIONS LÉGALES</p>

    is this correct because i don’t want it to appear in the menu as a page ?

    Thanks

    #292437
    Skandha
    Participant

    @kay-conseil: Hello there,
    I will need to look in to your site for that. Can you please remove the under construction or provide me access to your site through email?

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    #292527
    Laure
    Participant

    Hello,

    I remove the under construction ; you can see my site now.

    Thanks for your help

    #292532
    Skandha
    Participant

    @kay-conseil: Hello there,
    Go to => Appearance => Customize => Footer Editor Options => Remove the code <p> and </p> and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #292544
    Laure
    Participant

    Great, thank you Skandha ! How do you change the color when you click on the text links in the footer please?

    #292546
    Skandha
    Participant

    @kay-conseil: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #footer-left-content a:hover {
        color: #fd4b22;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #292549
    Laure
    Participant

    It works ! Thanks a lot 🙂

    #292557
    Skandha
    Participant

    @kay-conseil: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Insert an URL link in the footer content’ is closed to new replies.