Don't want to use breadcrumbs

Responsive Joomla events template to create conference, festival and other big-name event website.
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
Wed Feb 26, 2014 9:12 pm
Reply with quote
Report this post
Hi guys,

I don't want to use breadcrumbs but when I de-activate the module, the 'white' bar still remains active. Could you please check http://www.stadionmuur.nl/fest/ and let me know how to get rid of this?

So I don't want this 'bar'.

Thanks,
Mark
User avatar
Fresh Boarder

GK User
Thu Feb 27, 2014 11:14 pm
Reply with quote
Report this post
Hi,
this "light bar" is not from breadcrumb but from content element,
and it's background, you can hide using

Code: Select all
#gkPage { background: none; }

But it will hide it on all pages.
Guide: http://www.gavick.com/documentation/joo ... ss-suffix/

If you want to have more control read this guide: http://www.gavick.com/documentation/gen ... mla-pages/
User avatar
Platinum Boarder

GK User
Fri Feb 28, 2014 10:56 am
Reply with quote
Report this post
Dear Pawel,

Thank you. Thanks also for the links to the guides.

Could you also tell me how I set the footer to another or none background?

Thanks
Mark
User avatar
Fresh Boarder

GK User
Sat Mar 01, 2014 8:48 pm
Reply with quote
Report this post
Sure, override background here:
Code: Select all
#gkBottomWrap {  .....  }


If you know basic of CSS you will know what to do.
By default it is/was this:
Code: Select all
#gkBottomWrap { background: url("../images/bg.jpg") no-repeat scroll center -180px #000000; }
User avatar
Platinum Boarder


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