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!
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?Gumboots wrote: ↑Thu Jul 20, 2023 8:39 pmCode: Select all
#nav-main a {color: white;} .forumtitle {color: red;}
Code: Select all
.crumb a {color: yourColor;}
Code: Select all
.breadcrumbs .crumb a {
color: rgb(68, 68, 68);
}
Thanks, I already figured it out, but yeah, trying to learn new stuff about phpbb coding. Cheers!
Good job you will get there
Yeah, by right clicking you can find out that what to change. Cheers!