How to change the logo?

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Mar 28, 2013 6:30 pm
Reply with quote
Report this post
Hi there,
We would like to use the site logo (not a downloaded image) of the NEWS template.
But we need to modify its size, font type and colour.
Is there a tutorial available for this?
With thanks.
User avatar
Expert Boarder

GK User
Thu Mar 28, 2013 7:46 pm
Reply with quote
Report this post
HI,
We would like to use the site logo (not a downloaded image) of the NEWS template.
But we need to modify its size, font type and colour.


You have build your own logo using Photoshop CS, Illustrator, Corel Draw or AAA logo. Then save as PNG, and replace default. It's standard procedure.

gk_news/templates/gk_news/images/style1/logo.png
(for style1)
User avatar
Platinum Boarder

GK User
Thu Mar 28, 2013 9:30 pm
Reply with quote
Report this post
Hi Pawel ,
Thank for your reply.
Please note that we also to resize the logo.
The default size of 140x32 is too small for us and we have to increase it to 200x45:
http://www.beautyontrial.co.uk/demo/jupgrade/
Where could we go to modify the space given for the logo?
User avatar
Expert Boarder

GK User
Fri Mar 29, 2013 5:13 pm
Reply with quote
Report this post
hi, default css style for logo looks like that:

Code: Select all
#gkLogo {
    display: block;
    float: left;
    height: 35px;
    margin: 5px 30px 0 0;
    padding: 0;
    text-indent: -999em;
    text-shadow: none;
    width: 140px;
}


changing value of width/height and margins, you can control appearance and position of logo.

use overwrite feature in template or edit template.css file - as you wish. :ugeek:
User avatar
Platinum Boarder

GK User
Sat Mar 30, 2013 1:50 pm
Reply with quote
Report this post
Hi Pawel F,
That's done with thanks!
We also need to replace the login icon in user area.
Where is this image located?
User avatar
Expert Boarder

GK User
Sat Mar 30, 2013 8:33 pm
Reply with quote
Report this post
Hi, sure
templates/gk_news/images/topmenu_icons.png
but you have to use photoshop or gimp to make changes.
User avatar
Platinum Boarder

GK User
Sat Apr 06, 2013 9:49 am
Reply with quote
Report this post
Many thanks Pawel F,
USER AREA ICONS: We'll give it a go very shortly.
IMAGE SHOW GK4: Could please let me know if the Image Show module works well the News template? We're trying to use it but it will crash the front-end as soon as it is published.
User avatar
Expert Boarder


cron