PDA

View Full Version : Remove Username From Category Page


stefeb
Jul-07-2007, 09:29 AM
I'd like to change, "SteveFebb" to "Home". in the following locations, and would also like to text to be in bold, as the word Events, etc., is.
http://stevefebb.smugmug.com/Events
http://stevefebb.smugmug.com/Animals
http://stevefebb.smugmug.com/People
http://stevefebb.smugmug.com/Sports
http://stevefebb.smugmug.com/Personal

Look in the FAQ, and in the CSS code, but couldn't find where to make the change.

Thanks,
Steve

Allen
Jul-07-2007, 09:39 AM
I'd like to change, "SteveFebb" to "Home". in the following locations, and would also like to text to be in bold, as the word Events, etc., is.
http://stevefebb.smugmug.com/Events
http://stevefebb.smugmug.com/Animals
http://stevefebb.smugmug.com/People
http://stevefebb.smugmug.com/Sports
http://stevefebb.smugmug.com/Personal

Look in the FAQ, and in the CSS code, but couldn't find where to make the change.

Thanks,
Steve
"SteveFebb" to "Home" < Change that in your control panel.
account settings
displayed as: SteveFebb


I think it is already bold, try a size change.

#breadcrumb .title {font-size:120%;}

stefeb
Jul-07-2007, 10:05 AM
"SteveFebb" to "Home" < Change that in your control panel.
account settings
displayed as: SteveFebb


I think it is already bold, try a size change.

#breadcrumb .title {font-size:120%;}

Thanks ,Allen.

. In order for it to work, I had to change my real first name, Steve, to Home (not a problem). When I entered "Home" as a nickname, I got the message it was already taken.

Thanks for pointing me in the right direction. I had no idea it would be so easy a change.

There are so many things we can change here (a positive) it's going to take a while to get to know the lay of the land.

richW
Jul-07-2007, 11:10 AM
Check over here: http://www.dgrin.com/showpost.php?p=489315&postcount=4 you might be able to rewrite to make it work for categories.

DavidTO
Jul-07-2007, 11:34 AM
Have you considered just losing the breadcrumb? Doesn't it just replicate functionality that your navbar already gives you? Is there a situation that the breadcrumb will do something for your viewer that the navbar cant? And if so, will it happen often enough to justify the clutter it causes?

Just askin'. :D

stefeb
Jul-07-2007, 07:33 PM
Have you considered just losing the breadcrumb? Doesn't it just replicate functionality that your navbar already gives you? Is there a situation that the breadcrumb will do something for your viewer that the navbar cant? And if so, will it happen often enough to justify the clutter it causes?

Just askin'. :D

Good suggestion. Thanks for asking. My site is slowly coming together.