Hello,
I have gotten quite far with installation, setup and basic customization by reading through the forums, but I'm stuck on a css/php issue that I just can't figure out nor find any forum posts about.
The site (which is very much not finished): http://www.puppycoatjunction.com/catalog/
What I'm trying to do:
I would like to turn the link text bold for the Information sidebox, the New Products sidebox, and other sideboxes' link texts.
I know how to set a. classes in the css file to have every link on every page bold, but as the site develops there will be places where this will look very bad. I also like the look of my dropdown subcategories as they are now (not bold), so setting a global a. class is not desired.
What I've tried:
I viewed page source and saw that <a class="category-top"> was assigned to all the href links in my two categories boxes, so I created a section of css coding that is:
a.category-top:link {font-weight: bold; color: #ff66cc;}
and also identically-formatted styles for hover, visited, active, etc.... It worked fine.
But there are no href classes assigned to any of the other sideboxes and that is where it got tricky for me. I didn't figure this would work, but before I bothered anyone on the forums I tried setting a. classes for
a.SideBoxContainer
a.rightBoxContainer (and the left one too)
a.SideBoxContent
and a couple of others, but it's not working. I used the Developers Tool Kit in Admin to see how/where the "category-top" class was assigned (which worked on my cats. box) in the php file that controlled the categories box. I was thinking that if I figured that out I could just copy it and drop it into the other sidebox'es php files, but none of the other sidebox files are similar enough to the tpl_categories.php (where I found "category-top") for me to be able to figure out where to assign the class.
I am completely php ignorant, though I understand css fairly well. If anyone can help me through this I would very much appreciate it.



