• Resolved adempozhari

    (@adempozhari)


    Hi,

    All my visited links one the menu become white color after being visited once. My theme is white so they become unreadable after that.

    I have to disable it or change “a:visited”. Can you help my where to find it or how to disable it completely.

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hi @adempozhari,

    You can add the following CSS code into the Additional CSS field in Appearance ? Customize:

    #page a:visited {
      color: currentColor
    }

    Let me know if that worked for you.

    Thanks!

    Thread Starter adempozhari

    (@adempozhari)

    i was trying without #page and it didnt work

    a:visited {
    ?color: black !important;
    }

    yes your code it is working…

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where can i change or disable “a:visited”’ is closed to new replies.