• Resolved leandromp

    (@leandromp)


    Hello,

    How can I show to the users links from icon list object that alread was visited? I tried to add several CSS codes in custom CSS without success.

    selector a:hover, a:visited, a:active {
    	text-decoration: underline;
    	color: #f00;
    }

    Any help will be realy appreciate

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Donna Fontenot

    (@cavalierlife)

    You have .elementor a:visited {color: #0066ff !important;} already set somewhere, so that !important is taking precedence. Find where that was set and either undo that !important or add !important to your selector css (I’m not positive it will override the previous one, but you can try it)

Viewing 1 replies (of 1 total)
  • The topic ‘How change visited links on icon list object’ is closed to new replies.