Page 1 of 1

changing colours of links

Posted: Sun Feb 18, 2018 10:32 pm
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;

Re: changing colours of links

Posted: Mon Feb 19, 2018 2:41 pm
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