Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307115
    HansH
    Participant

    Hello,

    In the website Laura.hagmeijer.nl, the menu header is dark green. The menu words and the shopping cart icon are white links.

    If I want to make a text link in the page content, this link becomes white automatically. The page background is white.

    So: if you made a link in the page content: the content is invisible on the page background. Is therefore a solution?

    Kind regards

    Hans Hagmeijer

    #307117
    Sakin
    Keymaster

    Hello Hans,

    I see that you have changed the Link Color in “Appearance => Customize => Colors” as #ffffff and that is causing the issue. So, can you reset that or change it to the color that you want for the link.

     

    I see that you have already added Custom CSS for Header Menu, but for Menu toggle and cart icons color in menu,  you can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .menu-toggle,
    .dropdown-toggle,
    .site-header-cart .menu-inline a.my-account,
    .site-header-cart .menu-inline a.site-cart-contents {
     color: #ffffff;
    }

    Regards,
    Sakin

    #307121
    HansH
    Participant

    Hello Sakin,

    I think this is a more stable solution. Thank you. I gonna try that.

    Kind regards

    Hans Hagmeijer

    #307123
    Sakin
    Keymaster

    Hello Hans,

    Yes, this is the better way to do it.

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Link color in menu the same as in page. Now page links are invisible in page’ is closed to new replies.