No Logo on "Home"
February 2014 WordPress Theme
- GK User
- Mon May 25, 2015 11:32 pm
Hello,
how can i delete the logo in the header position at "Home".
I want to show the logo on other menu item but not at the welcome page.
Thanks a lot!
Garthi
how can i delete the logo in the header position at "Home".
I want to show the logo on other menu item but not at the welcome page.
Thanks a lot!
Garthi
-
- Expert Boarder
- GK User
- Tue May 26, 2015 8:37 am
Hello,
Try to 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)
Try to 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
.frontpage #gk-top > h1 {
display: none;
}
-
- Moderator
- GK User
- Tue May 26, 2015 8:55 am
Hey Piotr!
I am so sorry... i think i did post in wordpress area... but i have a joomla installation
Could you help me anyway or shall i post it new in joomla?
Thanks Garthi
I am so sorry... i think i did post in wordpress area... but i have a joomla installation
Could you help me anyway or shall i post it new in joomla?
Thanks Garthi
-
- Expert Boarder
- GK User
- Tue May 26, 2015 9:19 am
Hi,
Please use this code:
but next time, please create your thread in joomla section.
Please use this code:
- Code: Select all
.frontpage .gkLogo {
display: none;
}
but next time, please create your thread in joomla section.
-
- Moderator
- GK User
- Tue May 26, 2015 9:31 am
Perfect!
Thanks a lot
Best wishes
Garthi
Thanks a lot
Best wishes
Garthi
-
- Expert Boarder
5 posts
• Page 1 of 1