Page 1 of 1

How to remove some in HTML "menu"

Posted: 19 Feb 2012, 09:00
by erReSsePhoto
Message subject:




Hi, I need to remove in the html gallery the "menu" that you can see in this test page:
Code
http://www.free4models.eu/TEST/users/?/models/test/Descrizione/
I want to remove the X imagevuex Symbols and the associated menu. Also I want to remove the Home icons, and the next words "> test > Test nick" if it's possible


Thank you

Riky

Re: How to remove some in HTML "menu"

Posted: 20 Feb 2012, 02:19
by Nick
You can add the following in Settings > Custom CSS > HTML:
Code
#pageHeader, #pageCrumbs { display: none }
However this might make navigation somewhat difficult.

Re: How to remove some in HTML "menu"

Posted: 20 Feb 2012, 12:48
by erReSsePhoto
Nick wrote:You can add the following in Settings > Custom CSS > HTML:
Code
#pageHeader, #pageCrumbs { display: none }
However this might make navigation somewhat difficult.

Wow !! Thank you Nick ! It's perfect.
Now it's only for a test !!

Thank you a lot !!