Different logo for frontpage
- GK User
- Fri Oct 24, 2014 6:01 pm
Hi,
I'm using the game template and I want to place for the homesite another logo as for all other sites.
Is this possible?
Many thanks!
Regards,
Holger
I'm using the game template and I want to place for the homesite another logo as for all other sites.
Is this possible?
Many thanks!
Regards,
Holger
-
- Senior Boarder
- GK User
- Fri Oct 24, 2014 6:18 pm
You can use page suffix and css logo, the only thing is to create different declaration for logo in override.css.
-
- Moderator
- GK User
- Sat Oct 25, 2014 10:40 am
Sorry, but I don't understand. This is my first gavick template....
There is no module for the logo, right?
There is no module for the logo, right?
-
- Senior Boarder
- GK User
- Sat Oct 25, 2014 1:42 pm
Could you please post an url to your site?
-
- Moderator
- GK User
- Thu Oct 30, 2014 7:32 am
Currently you are using image type logo (you can configure it in template settings). Only css type logo can be made different on homepage.
-
- Moderator
- GK User
- Thu Nov 06, 2014 2:45 pm
Ok, I 'm beginning to understand.
Now I changed the logo type to "from css" and defined the background-image in the css-file.
I saw a page suffix for the frontpage "640=noBg". So I have to write a css-class with this suffix!?
I tried a.noBg #gkLogo.cssLogo{width: 100px;} - without success. Can you help me with the syntax please?
Now I changed the logo type to "from css" and defined the background-image in the css-file.
I saw a page suffix for the frontpage "640=noBg". So I have to write a css-class with this suffix!?
I tried a.noBg #gkLogo.cssLogo{width: 100px;} - without success. Can you help me with the syntax please?
-
- Senior Boarder
- GK User
- Fri Nov 07, 2014 6:58 pm
Class is added to body not the anchor, so you would need to use:
as a starting declaration.
- Code: Select all
.noBg #gkLogo.cssLogo
as a starting declaration.
-
- Moderator
- GK User
- Thu Nov 27, 2014 12:10 pm
It' works, thank you!
-
- Senior Boarder
- GK User
- Thu Nov 27, 2014 6:16 pm
Thanks for the info.
Please let me know if you will have any additional questions regarding this topic.
Please let me know if you will have any additional questions regarding this topic.
-
- Moderator
10 posts
• Page 1 of 1