Color link footer + link interactive banner

This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Robert Hall

  • Avatar: phototruck
    phototruck
    Participant
    June 17, 2015 at 13:25

    Hello EightTheme Team,

    I have two questions :

    – I don’t understand why the color of the text change in my footer when I integrate a link.
    It’s only with these words :
    “À propos – Conseils – Presse – Mentions légales – C.G.V. – Plan du site”

    I would like that they stay in grey and have a white hover (like other links in my footer) but they are black (link on the two first words).
    I think that it’s a css problem but I don’t know where.
    Can you help me please ?

    – I can’t add a link on interactive banner, it doesn’t work. I don’t know why. When I enter a link I can read: “URL: undefined”.

    Thank you for your help.

    Best regards,

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2015 at 14:20

    Hello,

    1) Please add this code in custom.css file

    .copyright-payment .wpb_wrapper a{
    color:#767676;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    2) Please update theme to the latest version.
    Don’t forget to make backup site before update.
    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k
    Regards,
    Robert Hall.

    Avatar: phototruck
    phototruck
    Participant
    June 17, 2015 at 15:03

    Hello Robert,

    Thank you.
    It works with your code.
    What code do I must add to have a white hover please ?
    I tried some but not working.

    Thank you for your help.

    Best regards,

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2015 at 15:07

    You can use the following code in custom.css file.

    .copyright-payment .wpb_wrapper a:hover {
      color: #fff;
    }

    Regards,
    Robert Hall.

    Avatar: phototruck
    phototruck
    Participant
    June 17, 2015 at 15:14

    Thank you !

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 17, 2015 at 15:23

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Color link footer + link interactive banner’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.