[gelöst] pmx-blank, Links nicht unterstreichen

Begonnen von moeller, 29 September 2013, 18:27:48

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

moeller

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?
Elektronischer Gruss aus dk
Willi

cihan

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

moeller

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.
Elektronischer Gruss aus dk
Willi

cihan

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

moeller

Elektronischer Gruss aus dk
Willi