Remove the Home link


Author Message
Domenico

Posted: 4/13/2011
Quote message 

Hi there,

i created few days ago my first theme with Artisteer. I'd like to ask you how i can remove the second home link ( the one into the red square ) that you can see into this screenshoot:

http://i56.tinypic.com/24cfeh2.png

Which file i have to edit to remove it?

Thanks,
Domenico

 
Slug

Posted: 4/13/2011
Quote message 

You will find what you need here

http://www.artisteer.com/Default.aspx?post_id=110246&p=forum_post
 
Mark C

Posted: 4/13/2011
Quote message 

Open up style.css, find the line in it that refers to .breadcrumb and on the next line change where it says "Display: block" to "Display: none".
 
Domenico

Posted: 4/13/2011
Quote message 

Thank you very much :)
 
Daniel

Posted: 5/2/2011
Quote message 

I have the same problem but cant find ".breadcrumb" in my style.css code.
what should i do to remove the "home" text?
 
Mark C

Posted: 5/3/2011
Quote message 

open the .css file in a text editor and do a search for .breadcrumb - it should be there, near the bottom. Then on the next line, change display: block to display: none