• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Jazzsingh
#1 Posted : Friday, May 18, 2007 11:46:06 PM(UTC)
Jazzsingh

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.net



2. 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
Jazz Singh
SEO, Ecommerce, BVSoftware Development, Database Development, SQL Scripts,

www.DesignMarketSEO.com

www.sequent-tech.com
Cliff
#2 Posted : Wednesday, May 23, 2007 12:21:38 AM(UTC)
Cliff

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.
Jazzsingh
#3 Posted : Wednesday, May 23, 2007 10:51:13 AM(UTC)
Jazzsingh

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.net


I 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 ?
Jazz Singh
SEO, Ecommerce, BVSoftware Development, Database Development, SQL Scripts,

www.DesignMarketSEO.com

www.sequent-tech.com
Jazzsingh
#4 Posted : Wednesday, May 23, 2007 10:57:48 AM(UTC)
Jazzsingh

Rank: Member

Joined: 10/28/2003(UTC)
Posts: 168

"Jewelry By Category" has been updated to "Ladies" on the site: http://www.sterlingforest.net
Jazz Singh
SEO, Ecommerce, BVSoftware Development, Database Development, SQL Scripts,

www.DesignMarketSEO.com

www.sequent-tech.com
Cliff
#5 Posted : Wednesday, May 23, 2007 11:46:06 AM(UTC)
Cliff

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012