Events Page - Modification

My dark template does not go well with the dark font that is displayed on my events page. I need the font to be white.

Here is a screen shot of the issue:

Quote · 24 Apr 2010

take a look at the file:

modules/boonex/events/templates/base/css/view.css

f.e.

.bx_events_description {
padding:10px;
font-size:11px;
}


and change it to:

.bx_events_description {
padding:10px;
font-size:11px;
color:#ffffff;
}

not tested, if it works the same for

td.bx_events_field_name {
margin:0;
padding:5px 10px 5px 0;
text-align:left;
color:#999;
font-size:11px;
}

td.bx_events_field_value {
margin:0;
padding:5px 10px 5px 0;
text-align:left;
font-size:11px;
}

change to:

td.bx_events_field_name {
margin:0;
padding:5px 10px 5px 0;
text-align:left;
color:#ffffff;
font-size:11px;
}

td.bx_events_field_value {
margin:0;
padding:5px 10px 5px 0;
text-align:left;
font-size:11px;
color:#ffffff;
}

and clear cache in admin panel after changes to see if it work

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Apr 2010

take a look at the file:

modules/boonex/events/templates/base/css/view.css

f.e.

<Snip>

and clear cache in admin panel after changes to see if it work

He's using Dolphin 6.1, so that won't work. And clearing your cache from the administration panel doesn't work, either (period). I'm looking for the solution, but with his custom template, I'm having issues.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 24 Apr 2010

Edit the sdating.css file found under ./templates/tmpl_wtt/css/ and look for the following:
.clr3
{
font-weight:normal;
color:#333333;
display:inline;
}

Edit the color property as shown below:
.clr3
{
font-weight:normal;
color:#333333;
display:inline;
}

Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 24 Apr 2010

that did it!

Thank you. Greatly Appreciated.

Quote · 24 Apr 2010

yeah....i didn´t look for the version :-)

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 24 Apr 2010
 
 
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.