eveorgan Posted August 8, 2010 Posted August 8, 2010 Hi everyone, Just wondering if anyone here is cluey with the design side of oscommerce? Basically I just want to alter my side navigation bar (where all the categories of products are shown.) At the moment they're just shown in plain text, not very big or bold, and really not noticeable enough - I want to make the text a lot bigger & bolder and maybe even give the links a background colour so that it looks more like a navigation bar and draws a bit more attention. Any ideas? :) x Quote
artful Posted August 9, 2010 Posted August 9, 2010 Hi everyone, Just wondering if anyone here is cluey with the design side of oscommerce? Basically I just want to alter my side navigation bar (where all the categories of products are shown.) At the moment they're just shown in plain text, not very big or bold, and really not noticeable enough - I want to make the text a lot bigger & bolder and maybe even give the links a background colour so that it looks more like a navigation bar and draws a bit more attention. Any ideas? :) x It is all in your catalog/stylesheet.css. There is a contribution which gives you a commented stylesheet so you can find all the lines you want to change - categories, center text, etc. Barbara Quote
eveorgan Posted August 10, 2010 Author Posted August 10, 2010 It is all in your catalog/stylesheet.css. There is a contribution which gives you a commented stylesheet so you can find all the lines you want to change - categories, center text, etc. Barbara Hi Barbara, That sounds like just what I need! I've had a search for the contribution and I can't seem to find it - do you know what it's called? Thanks so much! x Quote
artful Posted August 10, 2010 Posted August 10, 2010 Hi Barbara, That sounds like just what I need! I've had a search for the contribution and I can't seem to find it - do you know what it's called? Thanks so much! x Here you go : http://216.92.47.228/kb/osCommerce/Catalog_Area/Design_and_Layout/54 Hope this helps! Quote
eveorgan Posted August 11, 2010 Author Posted August 11, 2010 Here you go : http://216.92.47.228/kb/osCommerce/Catalog_Area/Design_and_Layout/54 Hope this helps! Hi Barbara, What a great help! I've made lots of changes. However, I still can't seem to find where to change the text for the product categories which appears on the left of the site. I've tried just about everything in the stylesheet & I can't seem to change the colour and size of that text, or the width of the actual box they're in. :( Quote
eveorgan Posted August 11, 2010 Author Posted August 11, 2010 Hi Barbara, What a great help! I've made lots of changes. However, I still can't seem to find where to change the text for the product categories which appears on the left of the site. I've tried just about everything in the stylesheet & I can't seem to change the colour and size of that text, or the width of the actual box they're in. :( Quote
kalkal Posted August 18, 2010 Posted August 18, 2010 (edited) Add this to your stylesheet: .big { font-size: 30px; color: #FDD017; } Add CSS text properties to this to suit your needs. Kurt Edited August 18, 2010 by kalkal Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.