Remove the header Image
Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Mar 21, 2017 12:00 am
- Reply with quote
- Report this post
How do I remove the header image on certain pages?
-
- Expert Boarder
- teitbite
- Sat Mar 25, 2017 2:40 pm
- Reply with quote
- Report this post
Hi
You can use page class suffix for that. For example use "noBreadcrumbs" in template settings and add this to css:
an example how to deal with page class suffixes: https://www.gavick.com/documentation/jo ... omla-pages
You can use page class suffix for that. For example use "noBreadcrumbs" in template settings and add this to css:
- Code: Select all
.noBreadcrumbs #gkBreadcrumb {
display: none;
}
an example how to deal with page class suffixes: https://www.gavick.com/documentation/jo ... omla-pages
-
- Moderator
- GK User
- Sat Mar 25, 2017 2:56 pm
- Reply with quote
- Report this post
Will that work on some pages? I don't want it off of all pages, just off one in particular.
-
- Expert Boarder
- teitbite
- Fri Mar 31, 2017 11:08 am
- Reply with quote
- Report this post
Hi
Page class suffix is attached by page ID so only the pages which You have attached "noBreadcrumbs" class will use this code.
Page class suffix is attached by page ID so only the pages which You have attached "noBreadcrumbs" class will use this code.
-
- Moderator
4 posts
• Page 1 of 1