Support Forums

Old 03-29-2006, 06:39 PM   #1
Senior Member
 
garysmith's Avatar
 
Join Date: Mar 2006
Location: Jackson, Mississippi
Posts: 130
Rep Power: 16
garysmith is on a distinguished road
Default Highlighted and Standard Colors

If I were to want to change the Back Ground Color of:

Standard Ad:

Highlighted Ad:

Featured Ad:

Where are the files located that manage those?

gsmith
__________________
As a Man Think-ith, So is He.
www.zFreeAds.com
www.ms-fsbo.com
garysmith is offline  
Old 03-29-2006, 06:43 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,182
Rep Power: 120
Eric Barnes is a jewel in the rough
Default

Those would be in the style sheet file. Probably templates/default/style.css

The ones to look for are:
Code:
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
    background-color:#F1F1F1;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
    /*background-color:#CAE6CE;*/
    background-color:#FFF7D2;
}
You can just change the color to whatever you wish or even use color names like:
background-color: grey;
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 03-29-2006, 07:08 PM   #3
Senior Member
 
garysmith's Avatar
 
Join Date: Mar 2006
Location: Jackson, Mississippi
Posts: 130
Rep Power: 16
garysmith is on a distinguished road
Default

I changed the colors of the featured in the css files and that did not change the way they look on the screen...is there a file that over writes the css with respect to the color that shows on the monitor?

gsmith
__________________
As a Man Think-ith, So is He.
www.zFreeAds.com
www.ms-fsbo.com
garysmith is offline  
Old 03-29-2006, 07:17 PM   #4
Moderator
 
juven14's Avatar
 
Join Date: Mar 2006
Location: Texas
Posts: 2,224
Rep Power: 61
juven14 is a jewel in the rough
Default

Can you post your changes?
__________________
John Snyder
PHP Developer
juven14 is offline  
Old 03-29-2006, 07:30 PM   #5
Senior Member
 
garysmith's Avatar
 
Join Date: Mar 2006
Location: Jackson, Mississippi
Posts: 130
Rep Power: 16
garysmith is on a distinguished road
Default

Quote:
/* Featured Listings
* td.featured handles the display of featured listings
*
*/
td.featured{
background-color:#F4F2E4;
}
/* Highlighted Listings
* td.highlighted handles the display of highlighted listings
*
*/
td.highlighted{
/*background-color:#ECEADF;*/
background-color:#FFF7D2;
}
/* row1 & row2
* This section handles alternating rows
*
*/
.row1{
background-color:#d0d0d0;
background-color:#F1F1F1;
This is what I changed and it did not seem to get a change...

My goal:

If someone comes to the site and get a standard ad...background white. Done. Seems to blend in with the page...no biggy.

If someone comes to the site and upgrades to highlighted...a different color...slightly off white (not quiet as boring as the standard ad which is --on my site--free).

If someone comes to the site and upgrades to featured...a different color and brighter yet! Yes that's the ad I wanted to run! Look how nice that ad stands out in the crowd!... As a matter of fact I like that ad so much I want to pay more than what I paid. I think I like zFreeAds so much I will upgrade all my ads...

www.zFreeAds.com

gsmith
__________________
As a Man Think-ith, So is He.
www.zFreeAds.com
www.ms-fsbo.com
garysmith is offline  
Old 03-29-2006, 07:37 PM   #6
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,182
Rep Power: 120
Eric Barnes is a jewel in the rough
Default



Sorry I didn't relize this when I posted it but
/*background-color:#ECEADF;*/
is commented out.
You would need to edit the one just below it.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 03-29-2006, 07:42 PM   #7
Senior Member
 
garysmith's Avatar
 
Join Date: Mar 2006
Location: Jackson, Mississippi
Posts: 130
Rep Power: 16
garysmith is on a distinguished road
Default

Quote:
/*background-color:#ECEADF;*/
okie dokie ... will try the other one
__________________
As a Man Think-ith, So is He.
www.zFreeAds.com
www.ms-fsbo.com
garysmith is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:46 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0