Site logo

Archived topic

Enlaces visitados no cambian de color

11 replies · Started by jmpefe78gmail-com on January 17, 2022

Viewing posts 1–12 of 12

Hola, no veo la opción en colores de poner un color a los enlaces visitados.
Quiero que los enlaces de los contenidos una vez sean visitados cambien de color.
Ejemplo de url: https://tuwebdecero.com/mejor-hosting-espana/
He probado algún css pero no hace nada
Gracias

Hi there,

if this is for links in your content then try this:

.entry-content p a:visited {
    color: #000;
}

No funcionó

No, ya ví que faltaba la segunda i de visited, pero no, poniendo visited no funcionó

Where did you add the CSS ?

En Css adicional. Pusé esto:

a:link{
text-decoration: underline;
}
.main-nav li a { text-decoration: none }
.entry-content p a:visited {
color: #191E23;
}

Can you try adding my CSS at the top of the Additional CSS

Nada, lo he puesto arriba del todo y sigue igual

Ok ya. Probé en Firefox y perfect.
Gracias

Glad to hear that!

This archived topic is closed to new replies.