I want to separate the following text colors

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

I want to separate the following text colors

Post by deepndark »

separate_colors_1.jpg
Hi, I'd like to separate the colors of the forum links like I rounded on the pic. I'd like the acp links and the forum names having unique colors, how?

Thanks!
You do not have the required permissions to view the files attached to this post.
User avatar
Gumboots
Registered User
Posts: 800
Joined: Fri Oct 11, 2019 1:59 am

Re: I want to separate the following text colors

Post by Gumboots »

Code: Select all

#nav-main a {color: white;}
.forumtitle {color: red;}
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: I want to separate the following text colors

Post by deepndark »

Gumboots wrote: Thu Jul 20, 2023 8:39 pm

Code: Select all

#nav-main a {color: white;}
.forumtitle {color: red;}
Do I have to add these lines into the colours.css file or are they already there?
Also, can I have the colors in either #dcdcdc or rgb mode?

Thanks!
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: I want to separate the following text colors

Post by Mannix_ »

You can always look if they exist if they do modify them if not just add them and Yes you can use rgb hex hsl and many others color functions that where recently added to css
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
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: I want to separate the following text colors

Post by deepndark »

separate_colors_2.jpg
Hi, thanks so far, I got it working.
Can you help me to separate also the given text-links on the pic please?
You do not have the required permissions to view the files attached to this post.
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: I want to separate the following text colors

Post by Mannix_ »

try

Code: Select all

.crumb a {color: yourColor;}
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
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: I want to separate the following text colors

Post by deepndark »

Ok, I figured it out by my own by using a bit logic and I've been thinking to learn more stuff about phpbb.
I had to add this line:

Code: Select all

.breadcrumbs .crumb a {
  color: rgb(68, 68, 68);
}
User avatar
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: I want to separate the following text colors

Post by deepndark »

Mannix_ wrote: Fri Jul 21, 2023 10:21 am try

Code: Select all

.crumb a {color: yourColor;}
Thanks, I already figured it out, but yeah, trying to learn new stuff about phpbb coding. Cheers!
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: I want to separate the following text colors

Post by Mannix_ »

deepndark wrote: Fri Jul 21, 2023 11:17 am Thanks, I already figured it out, but yeah, trying to learn new stuff about phpbb coding. Cheers!
Good job you will get there :D
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
deepndark
Registered User
Posts: 499
Joined: Thu Nov 03, 2011 12:48 pm
Location: Estonian Developr aka X

Re: I want to separate the following text colors

Post by deepndark »

Mannix_ wrote: Fri Jul 21, 2023 11:27 am
deepndark wrote: Fri Jul 21, 2023 11:17 am Thanks, I already figured it out, but yeah, trying to learn new stuff about phpbb coding. Cheers!
Good job you will get there :D
Yeah, by right clicking you can find out that what to change. Cheers!

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