remove the red underline on product names? QC 1.4

sundayman

No avatar

2006-10-18 18:44

When i click on products in the top menu, my products appear in content.
It has the product name and then it has a red underline and a red left line aswell, i want to remove that, which file to edit?

cheers!

wewior (OpenSolution)

Avatar: wewior

2006-10-19 09:05

every styles are default in templates/default.css but i dont know which red line and underline you have in mind because in standard version i cant find it... post some link to your shop...

Slawek

No avatar

2006-10-19 21:29

Hi sundayman

You have to find this line and then it's eazy :-)

<? .cart{font-size:13px;font-weight:bold;color:#00cc00;padding:2px 10px 10px 10px;text-align:right;}  ?>





Slawek

No avatar

2006-10-19 21:30

and yes in templates/default.css

Slawek

No avatar

2006-10-19 21:39

and if you don't want underline in your shop you can edit this one

a:hover{text-decoration:underline;}

to

a:hover{text-decoration:none;}

Claps

Avatar: Claps

2006-10-20 09:55

sundayman - it's about productsInRow plugin. In templates/plugins.css locate

"h2{margin:0 0 3px 0;padding:0 0 1px 0;border-left:3px solid #ff3333;border-bottom:1px solid #ff3333;}"

and remove "border-left:3px solid #ff3333;border-bottom:1px solid #ff3333;"

sundayman

No avatar

2006-10-20 13:44

claps! thats the one! excellent stuff!
cheers to quickcart!

Slawek

No avatar

2006-10-20 21:07

good work claps :-)

Back to top
about us | contact