Search…

X3 Photo Gallery Support Forums

Search…
 
erReSsePhoto
Topic Author
Posts: 19
Joined: 05 Dec 2011, 04:28

How to remove some in HTML "menu"

19 Feb 2012, 09:00

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: How to remove some in HTML "menu"

20 Feb 2012, 02:19

You can add the following in Settings > Custom CSS > HTML:
Code
#pageHeader, #pageCrumbs { display: none }
However this might make navigation somewhat difficult.
firedev.com
 
erReSsePhoto
Topic Author
Posts: 19
Joined: 05 Dec 2011, 04:28

Re: How to remove some in HTML "menu"

20 Feb 2012, 12:48

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 !!