Rank: Member
Joined: 10/28/2003(UTC) Posts: 168
|
Tek Theme is designed for 800x600. 1. What places I would need to change in style sheet to expand it for 1024. Here is a site i am working on for a POC. still work in progress... http://www.sterlingforest.net2. Left Category Menu What style can i edit to make just the top level category bold ? Example Jewelry By Category * Bracelets * Chains I just want to make "Jewelry By Category" a different color and bold. I tried changing below, but it changes all the categories. /* Column Menus */ .sidemenu ul, .categorymenu ul {padding:0;margin:5px 0;font-size: inherit;} to /* Column Menus */ .sidemenu ul, .categorymenu ul {padding:0;margin:5px 0;font-size: font-weight: bold; inherit;} Thanks Jazz |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
Is "Jewelry By Category" the title of your category list, or is it a category name?
Your .sidemenu ul, .categorymenu ul {padding:0;margin:5px 0;font-size: font-weight: bold; inherit;} has some problems. You shouldn't bold the entire unordered list and your font-weight:bold; is inside the font-size. |
|
|
|
|
Rank: Member
Joined: 10/28/2003(UTC) Posts: 168
|
Thanks Cliff "Jewelry By Category" is the Top Level Category Name with sub Categories. If needed it can be a title, but I would think that would require hardcoding ? Example Jewelry By Category * Bracelets * Chains Please see: http://www.sterlingforest.netI know i shouldnt bold the whole thing, thats what I was asking what style to use only for the top level category, so only that becomes bold. Or the solution is to make a new style and some how apply it to top level category ? |
|
|
|
|
Rank: Member
Joined: 10/28/2003(UTC) Posts: 168
|
"Jewelry By Category" has been updated to "Ladies" on the site: http://www.sterlingforest.net |
|
|
|
|
Rank: Member
Joined: 5/24/2004(UTC) Posts: 4,147
|
This would probably work for you, setting the style for the first and then reverting it for the rest: Code:.categorymenu li { font-weight: bold; } .categorymenu li li { font-weight: normal; } |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.