changing colours of links

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

changing colours of links

Post by TheButcher2 »

Hi guys

I want to change all the colours of active, visited, active and hover to these to mimic my previous forum I ran with these colours for 14 years, any help would be appreciated


Thanks in advance

Peace



a:link #224466;

a:visited
color: #445588;

a:hover, page a:active color: #A76500;
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: changing colours of links

Post by Hanakin »

We no longer use any of those (3.0 code) for a reason they are far too overreaching. It’s not something I would recommend as it’s bad practice to style the a tag at all. It a better practice to add those to the class for the links you are editing for example the post link class. You could safely add those pseudo elements to those. Lastly never ever use :link it’s deprecated as of like ie6
Post Reply

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