Change font color

Hey guys I want to change the colors of "active listings" to green, "in xx days" to yellow and "xx days ago" to red. I've tried mucking around with outline.css and wall_outline_grouped but i'm getting nowhere.

Thanks

Quote · 16 Jul 2013

are you using something like Firebug to inspect the elements of your website so you can see exactly what to change?

caredesign.net
Quote · 16 Jul 2013

Now I am, Thanks. The problem is still that I want to change the color for "wall-oii-description-extra-special" but i only see the option for "wall-oii-description color #999999"  When I change that the entire description changes to the new color.

Quote · 16 Jul 2013

You want div.wall-oii-posted


https://www.deanbassett.com
Quote · 16 Jul 2013

ok, I was able to find the area I wanted to edit

div.wall-oii-description-extra-special {

font-weight:bold;

}

in boonex/wall/templates/base/css/outline.css and added the color code so its now

div.wall-oii-description-extra-special {

font-weight:bold;

color: #18973E;

}

 

The ultimate fix is to have the events that are out of date show with red lettering. "div.wall-oii-posted" gives you the date next to the posters avatar, I'm looking for the date in the description.

Quote · 16 Jul 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.