• Resolved Ghalantina

    (@ghalantina)


    I want to have the accent color white and my links black. How can I change the accent color to white without affecting my links colours.
    On style.css I have defined my header color and my links colors as follow:
    .header { background: #ffffff; }
    body a {
    color: #000000;
    text-decoration: none;
    }

    But still the links are white (as the accent color)
    Thanks,
    Maria

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Maria,

    Can you share the website ?

    Cheers

    Thread Starter Ghalantina

    (@ghalantina)

    Hello Akmanda,

    thanks for your quick response. At the moment the website is not publish.

    I want the page and the header white and the links black. When i changed the accent colour on the admin dasboard to white…alll my links become white so I can’t see them on a white background.

    On the style.csss of the theme I change the links to black…but nothing change.

    body a {
    color: #999999;
    text-decoration: none;
    }

    I hope you understand me.

    Thanks in advance

    Theme Author Anders Norén

    (@anlino)

    Hi Ghalantina,

    The changes you’ve made in Customize will override the code in style.css, so if you change the accent color in the customizer and change the color of an element with the accent color in the stylesheet, the color set in the customizer will be used. To both change the accent color and have a different link color, you would have to make both changes in the style.css document (or in a child theme stylesheet, preferably, so that the changes remain if Lingonberry is updated).

    — Anders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘links colours’ is closed to new replies.