Empty space on top of logo and logo mising on one page

GK User
Sun May 18, 2014 6:43 am
Hopefully i`m posting this in the correct are, I installed the storefont template and for the mst part it looks good, however there is an empty area on the very top that i can`t figure out how to get rid of if possible.

I wanted to move the black bar all the way to the top so it give the page a little bit more space to better display products or the slide on the main page.
https://wolfhomeny.com/

the other issue i have is logo which is just text, does not show up on one product page(it reverts back to "STOREFRONT" and i can`t figure out what i need to change, it seems fine on every other page except here:

https://wolfhomeny.com/index.php/furniture1/chairs
User avatar
Fresh Boarder

GK User
Sun May 18, 2014 10:58 am
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkHeaderTop {display: none;}
#gkHeaderNav {top: 0px;}
#gkHeader {padding-top: 63px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun May 18, 2014 11:00 am
With one of those sites having different logo - perhaps you have 2 copies of the template and one is used on home page, and one on other pages? Then you need to set the logo on both templates.
User avatar
Moderator

GK User
Sun May 18, 2014 7:26 pm
thanks that worke perfectly.
i managed to sort out the other page not showing the logo as well, seems i had to selecet "use shopr default" tempate in virtumart.

thanks again for the help.
User avatar
Fresh Boarder

GK User
Tue May 20, 2014 3:33 am
hi, i have one more question i need some help with
i am trying to change the color of the font in the menu to black on the top right but i can't seem to find a setting for this anywhere.

Image
User avatar
Fresh Boarder

GK User
Tue May 20, 2014 9:42 am
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a {
color: #fff;
}


Please modify colour #code to your liking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron