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
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 |
are you using something like Firebug to inspect the elements of your website so you can see exactly what to change? caredesign.net |
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. |
You want div.wall-oii-posted https://www.deanbassett.com |
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. |