Deleting Landmark Bar

hey there,

i am using the church demo. i would like to delete the beige landmark bar underneath the navbar. it appears on my blog page. i also have a category in my menu where it also appears. it also appears on the page that opens when i click on one of my latest images (recent posts element). basically it must be removed completely.

TIA

Hi There,

Thank you for writing in, please add this on Theme Options > CSS

.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
	box-shadow: none !important;
}

If that does not work, please provide us the site URL so we can take a closer look.

Have a nice weekend,
Cheers!

no i didnt work. ill give you my credentials.

The Header Landmark appears in archive pages. There is no option to disable it out of the box. The simplest way to remove it is by hiding it using CSS. The code you need to use is

.x-header-landmark {
  display:none;
}

We’ll answer your other ticket once we’ll get into it according to the queue.

Thanks.

adding this code makes my navbar disappear…

i think the problem is i have too many tickets open and too many different people helping me at the same time. cos at the moment it seems like my page is completely stuffed up. nothing works. for now ill stop working on it. would it be possible to have one person that helps me with alle my issues. please. i am getting nervous cos i dont know how to fix the stuff now.

Hey @joziguy,

What do you mean your navbar disappeared. It’s there.

I see you added the code and it did what it is supposed to do. To hide the Landmark Header.

We’re sorry for this. We should not have touched your site but must give guidance only.

This is my shift now but I skipped your other thread here to avoid further confusion. I’ll wait for @RueNel to get back with a reply.

Since you are confused, I recommend you post an issue one at a time and wait until it is solved before posting another issue.

If you have a tight deadline for your website, I recommend you hire a professional to set it up for you rather than figuring it all out yourself. We do have an in-house development team that offer paid services, who may be able to assist. They can be contacted at pinnacle@theme.co if this is of interest to you.

Thanks.

yes. it was all a bit confusing this morning. too many requests from my side. my fault. i just opened too many tickets.

i am very grateful that you guys helped me with code etc. dont worry. as i said it was too much at once from my side.

the landmark issue looks fixed now. thanks!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.