Displaye duplicate 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
Mon May 12, 2014 9:44 am
Reply with quote
Report this post
Hello,

I am trying to override the logo of news 2 template with mine, but when i try it display me duplication. I am trying to change the settings from templates.css in category logo but nothing. Can anyone help me please; My logo size is 300px * 200px.

Thanks in advance,
Epas
User avatar
Senior Boarder

teitbite
Mon May 12, 2014 11:00 am
Reply with quote
Report this post
Hi

Can I see your site ?
User avatar
Moderator

GK User
Mon May 12, 2014 12:15 pm
Reply with quote
Report this post
Hello teitbite,

Yes of course. The URL is : antennafm.gr
User avatar
Senior Boarder

teitbite
Tue May 13, 2014 9:14 pm
Reply with quote
Report this post
Hi

I can see You have not set Your logo yet. Please do, than I'll be able to tell You the ocde to make it look better. The options to add logo can be found in template settings.
User avatar
Moderator

GK User
Wed May 14, 2014 10:40 am
Reply with quote
Report this post
Hello teitbite,

I have change the logo to text version,because i am waiting your answer. I have change it again right now. Please feel free to take a look.

Thank you,
Epas
User avatar
Senior Boarder

GK User
Wed May 14, 2014 12:06 pm
Reply with quote
Report this post
Same problem for me with this template for Intranet

;)

marie
User avatar
Junior Boarder

GK User
Wed May 14, 2014 8:21 pm
Reply with quote
Report this post
I found the solution. My template.css is the follow:


Code: Select all
/* Logo  */
#gkLogo,
#gkLogoSmall {
   float: left;
   height: 150px;
   margin: -35px 0 30px 0;
   padding: 0;
   text-indent: -999em;
   text-shadow: none;
   width: 50px;
   display: block;
}
#gkLogoSmall {
   float: left;
   margin:40px 0px 0 0;
}
#gkLogo img,
#gkLogoSmall img {
   display: block;
   margin: 0;
}
User avatar
Senior Boarder

teitbite
Wed May 14, 2014 10:37 pm
Reply with quote
Report this post
Hi

Please try with adding this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkFixedMenu #gkLogoSmall { display:none; }

#gkFixedMenu.active #gkLogoSmall { display:block; }
User avatar
Moderator

GK User
Thu May 15, 2014 10:06 am
Reply with quote
Report this post
hello

it's ok for me

thank you

Marie
User avatar
Junior Boarder

teitbite
Sat May 17, 2014 1:28 pm
Reply with quote
Report this post
Hi

Great to hear that :) Thanks.
User avatar
Moderator


cron