Home › Forums › Basel support forum › Sticky menu stays transparent after i used call to action menu item
Sticky menu stays transparent after i used call to action menu item
- This topic has 8 replies, 2 voices, and was last updated 5 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
March 9, 2019 at 1:46 pm #111970
myobstaclesParticipantHi there,
After i set one of my menu items as ‘call to action button=enabled’ my menu does not turn black anymore when i scroll down. It stays transparent. (I have header above the content=yes)
After i set ‘call to action button=” “‘ the sticky menu stays transparent.
I deleted cache, disabled all Settings of Autoptimize and w3 total cache.
But for some reason .main-header.header-has-no-bg.color-scheme-light.act-scroll is not active anymore on my page when i scroll down..i can fix by adding this snippet to my custom CSS
.main-header.header-has-no-bg.color-scheme-light.act-scroll {
border: none;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.9);
}BUT, i very much prefer that my CSS works properly.
Any idea what happened or what i should check? Maybe i made an mistake somewhere?
March 9, 2019 at 2:21 pm #111971
myobstaclesParticipantI found and fixed it.
I change : background-color: rgba(0, 0, 0, 0.9);
to : background-color: orange;
and then back to
background-color: rgba(0, 0, 0, 0.9);
now it works../??
ticket can be closed. thanksMarch 9, 2019 at 4:15 pm #111984
myobstaclesParticipantok, sorry. I found it.
The problem was:
when i selected a color at > theme options > header > appearance > header background
Then
the sticky menu stays transparant on the home page.Why do i select a color here?
Because the header looks fine on every page. Accept for product pages.
because the product page header is completely transparent, you can’t read the white menu texts.So what i need is, a header/menu on the product page with a black background.
March 9, 2019 at 8:00 pm #112016
myobstaclesParticipantí created the black background of the menu/header on the product page by adding this snippet:
.header-categories, .header-simple {
background: black;
}
I still think it strange that if you set the background color in the Theme settings, you keep the transparency in the sticky menu on other pages.anyway, my ultimate wish would be the same request as from this ticket:
https://xtemos.com/forums/topic/light-header-transparent-on-slider-to-dark-sticky-menu/And of course with a menu that has a white background/black font for the product pages (both sticky and normal)
March 10, 2019 at 6:17 am #112055
Elise NoromitMemberHello,
Please provide your site admin access so that we could check the settings.
Best Regards
March 20, 2019 at 9:30 pm #114054
myobstaclesParticipantHi Elise,
Sorry for my late resonse. I added credentials for admin access.
As mentioned before. I used the header background color (theme options > header > appearance > header background) because on the single product page i would like to have a black bg menu.
But selecting a header bg color caused al the sticky menu te be transparent.
Now i solved this with a Snippet. But I think this should work without my snippet…Thanks
March 21, 2019 at 8:39 am #114090
Elise NoromitMemberHello,
Remove or comment snippet so that I could check the settings.
Best Regards
March 27, 2019 at 7:56 pm #115362
myobstaclesParticipantHi,
I just disabled the snippet and set the I selected a color at > theme options > header > appearance > header background
Now the sticky meny stays transparent again. (except on the product page)
Regards,March 28, 2019 at 9:42 am #115428
Elise NoromitMemberHello,
Your header has a gradient in styles.
Please clean the cache https://gyazo.com/b195a7aeadff1d2a255a2115217715b7
If it does not help, deactivate the plugins not related to the theme.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register