OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Change background color of category listings (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Change background color of category listings

jquesada (Visitor)
Posts: 0
graphgraph
User Offline
Change background color of category listings 13 Years, 5 Months ago
Karma: 0  
I have attached a screen shot.

Does anyone know how i can change the white/light grey table background colors to diffent colors? I can't seem to find them in "vehiclemanager.html.php"


Thanks, I have the pro version
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change background color of category listings 13 Years, 5 Months ago
Karma: 101  
Hi,


Yes please open vehiclemanager.html.php
find all rows :
Code:

<tr  bgcolor = "#cccccc">

and change they to
Code:

<tr>


or set some other colour
But at start please backup vehiclemanager.html.php file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
jquesada (Visitor)
Posts: 0
graphgraph
User Offline
Re:Change background color of category listings 13 Years, 5 Months ago
Karma: 0  
That chage will work on all the vehicle listing page

but not the tables that list the catagories, its still in white.

Any other ideas?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change background color of category listings 13 Years, 5 Months ago
Karma: 101  
Hello
For change categories style
You need redefine in self template style for CSS class:
sectiontableentry1
sectiontableentry2

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
jquesada (Visitor)
Posts: 0
graphgraph
User Offline
Re:Change background color of category listings 13 Years, 5 Months ago
Karma: 0  
Ok, so your saying i need to go to my templetes main CSS and add somthing for those tables.


I added to my templete.css, and nothing happend

Code:


#sectiontableentry1 {background-color: #666666;}
#sectiontableentry2 {background-color: #666666;}



What is the CSS code you recomend i add, and where exactly? Thank you
Logged Logged
Last Edit: 2010/10/11 13:08 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change background color of category listings 13 Years, 5 Months ago
Karma: 101  
Hello,

You need add some like that:
Code:


.sectiontableentry1
{
background: #f9f9f9;
}
.sectiontableentry2
{
background: #ffffff;
}



Or you need correct that at {ypurs host}/administrator/components/com_vehiclemanager/includes/vehiclemanager.css

You need set colors what you like

Thanks
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»