Hi,
This forum is for pinnacle theme only.
Sorry,
Hannah
Thread Starter
Ilse21
(@ilse21)
Hello Hannah,
Yes i understand. But i use Pinnacle so what’s the problem?
Oh sorry! When I checked your link previously it sent me to a blank page so I assumed this was your link – beleefdebenb.nl. But I can see your site now.
You have a lot going on in your css. I think this is the issue on your Onze B&B’s page:
.kad-primary-nav ul.sf-menu a, .nav-trigger-case.collapsed .kad-navbtn {
color: #ffffff;
}
Is there a reason you’re not customizing your menu from theme options > menu settings?
Hannah
Thread Starter
Ilse21
(@ilse21)
Hello Hannah,
That’s the problem. I am not using a child theme, i only make chances in the custom css box. So i removed everything temporarily but this problem isn’t changing.
So there is no reason for me to not customize my menu from theme options > menu settings. But in the free version you can only change the fonttypes and colors in the menu settings. So i have no clue where this problem is coming from. Maby i made some mistakes in the other settings of the toolkit but with my knowledge of the english language i can’t find it…
Hey Ilse21,
So in the theme there are two different places to set the menu color based on the header style for the page in question. On this page you have set the header style to have a “transparent header” where the page title background would sit behind the header.
see here: http://themes.kadencethemes.com/pinnacle/galleries/
See how the color is all white for the menu.. that is set in your theme options > site header. Right under the section for transparent header.
No look at this page: http://themes.kadencethemes.com/pinnacle/contact-us/
See how the color is black for the menu.. that is because on that page it’s set to not have a transparent header. So in the theme options it’s set in the menu settings page.
On your site you have set a styling:
.headerclass {
background-color: #FAFAFA;
}
which means that even if you tell the page to have a transparent header the header will have a background because your adding it.
This means that your menu styles will use the transparent styling but your header won’t actually be transparent.
so I suggest you just go to this page: http://subdomein.beleefdebenb.nl/bb/
and turn your transparent header off in the page options.
Kadence Themes
Thread Starter
Ilse21
(@ilse21)
Thank you Kadence Themes!
It sounds very logical if you explain it like this…
It’s fixed.