How to remove blue line CloudHosting

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Jan 04, 2017 6:42 am
Hi,

I would like to remove the blue line at CloudHosting after scrolled down you can see at the picture.

http://conextado.com/bad-blue-logo.png

Help me thanks!
User avatar
Junior Boarder

teitbite
Sun Jan 08, 2017 11:43 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkTopBar, #gkMenuWrap #gkTopBar {
    display: none;
}
User avatar
Moderator

GK User
Wed Jan 11, 2017 7:21 am
Thanks a lot, also how i can i move the logo up, down, left or right?

thanks
User avatar
Junior Boarder

teitbite
Sat Jan 14, 2017 7:25 pm
Hi

You can overwrite margin values by using class:

Code: Select all
#gkLogo.cssLogo,
#gkMenuWrap #gkLogo.cssLogo {
    margin: 15px 10px 20px 0;
}
User avatar
Moderator

GK User
Wed Feb 01, 2017 6:43 am
Hi, it help but i would like this-> I explained at the picture.. i just this kind of help and i will be done at my site to make publish to the public! I will appreciate your help buddy.

Picture
http://conextado.com/wrong-color.png

Thanks :silly:
User avatar
Junior Boarder

teitbite
Mon Feb 06, 2017 11:51 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkTopBar, #gkMenuWrap #gkTopBar {
    background: #fff none repeat scroll 0 0;
}

.gk-info > i, #gkMenuWrap .gk-info > i, .gk-info, #gkMenuWrap .gk-info, .gk-info > a, #gkMenuWrap .gk-info > a {
    color: #ddd;
}

#gkMenuWrap #gkLogin {
    border-color: #ddd;
    color: #ddd;
}
User avatar
Moderator


cron