Remove the header Image

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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?
User avatar
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:

Code: Select all
.noBreadcrumbs #gkBreadcrumb {
    display: none;
}


an example how to deal with page class suffixes: https://www.gavick.com/documentation/jo ... omla-pages
User avatar
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.
User avatar
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.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.