Change logo text size

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
Wed Mar 25, 2015 3:31 pm
Reply with quote
Report this post
Hi,

I would like to change my logo text size.
I need to the maximum weight size.
http://www.rainet.fr/demo1

Thanks
User avatar
Gold Boarder

GK User
Wed Mar 25, 2015 4:07 pm
Reply with quote
Report this post
You basically want to increase size of:
MARIAGES GIRONDE ATLANTIQUE
text?
User avatar
Moderator

GK User
Wed Mar 25, 2015 4:17 pm
Reply with quote
Report this post
No size text, just mariages gironde atlantique on the same line..
User avatar
Gold Boarder

GK User
Wed Mar 25, 2015 7:30 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkLogo {
  width: 500px;
}

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

GK User
Mon Mar 30, 2015 4:36 pm
Reply with quote
Report this post
Ok and now i would like to delete the space between logo and browser (top of the page)
User avatar
Gold Boarder

GK User
Tue Mar 31, 2015 10:42 am
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkHeaderNav {
  padding: 64px 0 0 0;
}

Now reduce 640x value to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Apr 22, 2015 2:04 pm
Reply with quote
Report this post
It's ok i change size in the template.css
It's ok
Thanks for your back.
User avatar
Gold Boarder

GK User
Thu Apr 23, 2015 10:38 am
Reply with quote
Report this post
Editing template.css is a bad idea - it will be overwritten with template update. Copying the declaration to override.css is much better way to do that.
User avatar
Moderator


cron