Hallo!
Ich habe die CSS-Dateien rauf und runter abgesucht, kanns aber nicht finden.
Ich will beim Theme pmx-blank die Links nicht unterstrichen haben.
Weiss jemand, wo ich das abstellen kann?
Hallo :)
in default.css, Zeile 24:
a {
background-color: transparent;
color: #75695E;
text-decoration: underline;
}
mach daraus:
a {
background-color: transparent;
color: #75695E;
text-decoration: none;
}
lg
Ja, aber das habe ich ja.
Bei mir sieht das so aus:
a{background-color:transparent;color:#75695E;text-decoration:none;}
Die Links sind trotzdem unterstrichen.
Die Caches sind geleert.
Hi,
ich habe das Theme nicht, sehe es nur auf der pmx-Demo-Seite.
Schreibe mal folgendes in dein style.css:
a {
background-color: transparent;
color: #75695E;
text-decoration: none !important;
}
lg
Super :thumbup:
Danke, das wars.