Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

 

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. :(

Posted

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. :(

Posted (edited)

Add this to your stylesheet:

 

.big {

font-size: 30px;

color: #FDD017;

}

 

Add CSS text properties to this to suit your needs.

 

Kurt

Edited by kalkal

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...