|
|
#1 |
|
Senior Member
|
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 |
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,182
Rep Power: 120 ![]() |
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;
}
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 |
|
|
|
|
#3 |
|
Senior Member
|
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 |
|
|
|
|
#4 |
|
Moderator
|
Can you post your changes?
__________________
John Snyder PHP Developer |
|
|
|
|
#5 | |
|
Senior Member
|
Quote:
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 |
|
|
|
|
|
#6 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,182
Rep Power: 120 ![]() |
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 |
|
|
|
|
#7 | |
|
Senior Member
|
Quote:
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|