Okay
  Public Ticket #2285397
Add a link to a page on my footer
Closed

Comments

  •  15
    Gerard started the conversation

    Hi,


    I'm writing this ticket, because i'd like to know if it's possible to link an specific page (legal advice) into my footer. I cannot find the option on the theme and neither on the wordpress settings.


    Thanks a loot in advance.


    Best regards,

    G E R A R D.

  • [deleted] replied

    Hi Gerard,

    You can use Widgets to do that. Please see example: https://d.pr/v/upcKCc

    Thanks!

  •  15
    Gerard replied

    Hi Ylly,


    Thanks for your message. I'm trying to add the code to the left footer option but it don't work. on the right it works well.

    The code is:

    <a href="https://bygerardvisuals.com/legal/" target="_blank" rel="noopener">Legal</a>
  •  15
    Gerard replied

    Here is the right footer part

  •  15
    Gerard replied

    I've just found that it applies a different style only for that link and only in the code on the left. Do you know how can I change it?


    Thanks a lot in advance!

  • [deleted] replied

    Hi Gerard,

    Please just add the code below to your Custom CSS area:

    .site-footer .footer-bottom a {
    color: #fff;
    }

    Have a great weekend!

  •  15
    Gerard replied

    Perfect, solved!


    Thanks!! ;D