lilqhgal Posted January 10, 2006 Posted January 10, 2006 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?
lilqhgal Posted January 10, 2006 Author Posted January 10, 2006 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.
lilqhgal Posted January 10, 2006 Author Posted January 10, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.