hi ,
this is my site http://gymsporttest.juplo.com/index.php ... path=37_38
when i click on it , the category on the left didn't indicate which one i already choose from . in other word, highlight the sub category . how to do so ?
i want something like this http://demo.opencart.com/index.php?rout ... path=20_26
when i click on PC , it highlighted the PC on the left category .
thanks in advance
this is in your stylesheet.css.
Look for section:
.box-category > ul > li ul > li > a.active {
font-weight: bold;
}
.box-category > ul > li a.active {
font-weight: bold;
}
Hint, use google chrome. Right click on something you want to copy and select Inspect Element. This will popup the html/css that should put you in the right direction.
Look for section:
.box-category > ul > li ul > li > a.active {
font-weight: bold;
}
.box-category > ul > li a.active {
font-weight: bold;
}
Hint, use google chrome. Right click on something you want to copy and select Inspect Element. This will popup the html/css that should put you in the right direction.
Who is online
Users browsing this forum: No registered users and 2 guests