Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

One category BOLD?


lilqhgal

Recommended Posts

Posted

Is there any way to make ONE of the categories links/titles bold or slightly larger? I know how to use css and/or html to alter the layout but that changes ALL links. Can anybody help?

Posted

Nevermind, I figured it out. In the categories admin section, where you type your category name, you can insert simple html tags to surround the name.

Posted

Just for anyone else wanting to do this... Best route is to create a certain class in your stylesheet (I called mine category_highlight) and then in the category name field you can surround your name with a span (<span class="category_highlight">Your Category Name</span>) ... But before you do this, you *HAVE* to go into your database, select the categories_description table, and edit the categories_name field to be varchar(100) - this allows for more than 32 charachters in your name field. If you don't do this, your name will probably get cut off and things will look weird.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...