Remove <div id="gkPageTopBar">

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 25, 2013 3:47 pm
Reply with quote
Report this post
I would like to completely remove the <div id="gkPageTopBar">. Any suggestions?

http://www.euso2014.eu/joomla/

thanks. :)
User avatar
Fresh Boarder

GK User
Mon Mar 25, 2013 5:10 pm
Reply with quote
Report this post
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;}
User avatar
Platinum Boarder

GK User
Mon Mar 25, 2013 5:25 pm
Reply with quote
Report this post
thanks for your swift answer! Worked perfect!

...and sorry for my poor css knowledge.
User avatar
Fresh Boarder


cron