Skip to main content
Topic: Links underlinings (Read 8917 times) previous topic - next topic - Topic derived from [ADDON] Titled / Descriptive ...
0 Members and 1 Guest are viewing this topic.

Re: Links underlinings

Reply #30

Quote from: emanuele – Could it be you based your theme on besocial (that has this very behaviour) and then switched for some reason to light and you lost it? ;)

No, I used the light variant from the start and never changed that.


Nothing, it looks good now!  :)

 

Re: Links underlinings

Reply #31

The custom used there is the one attached to this post, enjoy! :D
Bugs creator.
Features destroyer.
Template killer.

Re: Links underlinings

Reply #32

Thank you! I changed the button link text color to dark grey:

Code: [Select]
.linktree a:hover,
.listlevel1 a:hover {
text-decoration: none !important;
}
.buttonlist a:hover {
    color: #464646;
text-decoration: none !important;
}

...now it's perfect. Thank you very much! I really appreciate your help very much! You made my day!  :)

Re: Links underlinings

Reply #33

YAY! :D
Bugs creator.
Features destroyer.
Template killer.

Re: Links underlinings

Reply #34

Oppps... The buttons with page numbers inside threads have underlined text when hovered, but they shouldn't. So I added:

Code: [Select]
.pagelinks a:hover {
text-decoration: none !important;
}

...and it works!  :D