Removing hyperlink underline

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Removing hyperlink underline

Post by Lumpy Burgertushie »

it is colours.css line 52:

Code: Select all

.postlink {
    border-bottom-color: #368AD2;
    color: #368AD2;
it is not an underline it is a border bottom color.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday
Contact:

Re: Removing hyperlink underline

Post by Hanakin »

well the issue is that you are trying to post an image in a link which is not something that is normally done. This is a bug actually. I would change the code Lumpy is referencing as well as any other css related to postlink to remove the borders and instead add a text-decoration: underline;
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Removing hyperlink underline

Post by Lumpy Burgertushie »

not sure why posting a image as a link would be unusual. it is pretty standard everywhere. It does seem strange that phpbb has this set as a border-bottom instead of the underline bit.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Post Reply

Return to “[3.2.x] Styles Support & Discussion”