View Full Version : A couple of questions
Sharr76
07-30-2005, 07:48 PM
Hi all,
I have carried out a search on the forum but I cant seem to find what im looking for...
1. where do I go to find the main category and subcategory font sizes.
2. where do i go to change the main category and sub category colours.
3. Is it possible to create @links for example creating a sub cat in:
"Sports & Recreation" called "Shopping@" then once you click on the "Shopping@" sub category it takes you to the main "Shopping & Services ยป Sports" sub category.
Jim_Westergren
07-30-2005, 08:59 PM
Hi Sharr,
I can answer to number one and two:
Main category: In the main.css file locate H4 that is probably written like this:
h4 {
font-size: 10pt;
margin: 0;
padding: 0;
}
That you can change as well as to add a color.
Fot the subcats it is this:
p.subcats {
margin: 0px 0px 7px 0px;
padding: 0px;
}
And I think it takes the same font size as written in the body. To change it as well as the color, just add it in the CSS.
Good luck.
Sharr76
07-31-2005, 10:12 AM
I don't have a H4? but I think its h2 - I have added the color like below but nothing happens? Am I doing someting wrong? :roll:
h2 {
color: #ff0000;
font-size: 8pt;
margin: 0;
padding: 0;
}
}
p.subcats {
color: #ff0000;
margin: 0px 0px 4px 0px;
padding: 0px;
Jim_Westergren
07-31-2005, 12:19 PM
It didn't work?
Hmm, okay.
I think I know why. The color you defined would be for the text, but it is not text but links.
Try this:
H2 A {color:#0000CC;}
p.subcats A { color: #ff0000; }
Ap0s7le
08-01-2005, 12:28 AM
Jim's on the right track.
Lowercase though.
We got this fixed earlier today, she's just not been back to say so.
later
-Casey
springdot
08-01-2005, 12:02 PM
Content visible to registered users only.
Actually, reading this did make me think - does anyone else agree this could be a really valuable addition to the software? I know my directory has so much closely related or crossed-over categories that it made it fairly hard to make it obvious where people should look - if there were cross linking of categories, it would certainly help the visitor somewhat, imho
Cheers
James
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.