Hi, sure that should be easy.
Hiding an element can be done by setting the display property to "none" or the visibility property to "hidden".
I'd prefer to use display:none which hides an element, and it will not take up any space.
Overwrite style using only one line :
- Code: Select all
#gkPageTopBar { display:none;}