1 reply [Last post]
shywolf91
shywolf91's picture
Offline
newbie
Last seen: 8 years 3 weeks ago
Timezone: GMT-7
Joined: 2014-01-19
Posts: 4
Points: 8

I am trying to change all the "greens" to different colors back I cannot seem to get it to work. We also changed the colors of the images but they change either. could someone point me in the right direction? Thanks.

theme:https://www.dropbox.com/sh/owd0nmqw7oj9gbv/AACIUgRNFy7YPBCpp6roGxmDa
website: http://clantest.dylanmetz.com/phpbb/

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 14 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

It looks like this is the

It looks like this is the relevant ruleset:

ul.forums {
  background-color: #EAEFD1;
  background-image: url("./styles/saphic/theme/images/gradient.gif");
}

At http://clantest.dylanmetz.com/phpbb/style.php?id=2&lang=en line 3213.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.