Link colors and Header text color change

For support and discussion related to templates and themes in phpBB 3.3.
Post Reply
User avatar
CnDee
Registered User
Posts: 14
Joined: Fri Jul 29, 2022 4:13 pm
Location: Mississippi
Name: Cindy Gale
Contact:

Link colors and Header text color change

Post by CnDee »

Hi,
  • I need to change these colors if anyone has the knowledge,
  • I would surely appreciate some help.
  • and I can't figure out where to change these.
    Image
Last edited by CnDee on Sat Sep 10, 2022 12:41 am, edited 1 time in total.
  • When life gives you lemons set up a roadside stand and give it to those that are thirsty!
Image
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Link colors and Header text color change

Post by Mannix_ »

I see you already tried changing them but you forgot to put # before the hex code of the color

Code: Select all

a {color: D4AF37;}
a:hover	{color: D4AF37;}

Code: Select all

a {color: #D4AF37;}
a:hover	{color: #D4AF37;}
Be careful tho it will change all a tags on your board to that color
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
CnDee
Registered User
Posts: 14
Joined: Fri Jul 29, 2022 4:13 pm
Location: Mississippi
Name: Cindy Gale
Contact:

Re: Link colors and Header text color change

Post by CnDee »

  • Thank you so much
  • When life gives you lemons set up a roadside stand and give it to those that are thirsty!
Image
Post Reply

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