Change logo position

February 2014 WordPress Theme
GK User
Sun Dec 21, 2014 8:30 pm
Hi,

Where do I change the logo position? I'd like to move the logo up at bit (see attachment 1). I've tried changing in template.css but that didn't do anything. Here's a link to the page: http://www.hoppycowsupplyco.com/story/

Also, I'd like to remove/hide the logo from the front page: http://www.hoppycowsupplyco.com/. How do I do that? See attachment 2.

Thank you!
Jake
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 9:09 am
Hello,
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
.has-header #gk-top > h1 {
   top: 35px;
}
.home.blog .has-header #gk-top > h1 {
   display: none;
}
User avatar
Moderator

GK User
Tue Dec 23, 2014 7:06 am
Awesome. That did the job!

Thanks so much Piotr.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.