Removing the Two Lines at the Top

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Mon Feb 11, 2013 10:35 pm
Can someone please instruct me on how to remove the two lines that were on each side of the coffee menu ?

Thanks
User avatar
Senior Boarder

GK User
Tue Feb 12, 2013 9:36 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkPageTop > span {display: none!important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue Feb 12, 2013 4:27 pm
Thanks so much, that worked, but now its not centered. I'll try to figure that one out on my own :)
User avatar
Senior Boarder

GK User
Tue Feb 12, 2013 6:33 pm
Ok, not having any luck. How can I get the image centered again? :)
User avatar
Senior Boarder

GK User
Thu Feb 14, 2013 12:28 am
Can someone help me with this please ?
User avatar
Senior Boarder

GK User
Fri Feb 15, 2013 9:49 am
If you want to center image please give me your site URL because this depends of your site width.
User avatar
Platinum Boarder

GK User
Fri Feb 15, 2013 6:26 pm
User avatar
Senior Boarder

GK User
Sun Feb 17, 2013 12:20 am
Can anyone else help me on this ?

Thanks,
Dave
User avatar
Senior Boarder

GK User
Tue Feb 19, 2013 8:59 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
h1#gkLogo a img { margin-left: 140px !Important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Fri Feb 22, 2013 8:46 pm
Did exactly that and its still not centered.
User avatar
Senior Boarder

GK User
Tue Feb 26, 2013 9:20 am
I don't see this code in Firebug so probably it is not added correctly, in override.css you have wrong syntax :

Code: Select all
#gkPageTop > span {display: none!important}
div.gk-menu > ul.level0 > li a:hover {
color:#CC3131;
h1#gkLogo a img { margin-left: 240px !Important}


and it should be :

Code: Select all
#gkPageTop > span {display: none!important}
div.gk-menu > ul.level0 > li a:hover {
color:#CC3131;}
h1#gkLogo a img { margin-left: 240px !Important}
User avatar
Platinum Boarder

GK User
Tue Feb 26, 2013 3:45 pm
Thank you so much !! You made my day ! :)
User avatar
Senior Boarder


cron