No content to show
User Activity
10-10-2024
And before that, my menu was hidden when scrolling down, but now it is not hidden
10-10-2024
The code works, but now the hamburger menu items in the mobile version of the transparent header are white.
10-10-2024
Did it
10-10-2024
I did it
10-10-2024
Hi everyone. I need help solving a problem. I have a transparent menu that is fixed at the top of the page and a menu with a white background that appears when scrolling up. However, when I make a fast swipe upwards, the menu goes behind the contai...
10-10-2024
Hi everyone. I need help solving a problem. I have a transparent menu that is fixed at the top of the page and a menu with a white background that appears when scrolling up. However, when I make a fast swipe upwards on the mobile, the menu goes behin...
10-10-2024
Hey everyone! I need some help.I have a transparent menu that stays at the top when scrolling down, and when scrolling up, a menu with a white background appears. I want the logo in the transparent menu to be white, while in the menu with the white b...
10-09-2024
my link it's correctly?
10-09-2024
https://cdn.shopify.com/s/files/1/0658/4759/1063/files/MONOGRAM_WHITE_1_5d3f3bac-5d68-4974-bf8d-c55695d3a2d0.png?v=1728511730
10-09-2024
thank you!can i also change the color of the logo?
10-09-2024
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: transparent;
transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
box-shadow: none;
}
.header.scrolled {
backgr...
10-09-2024
Hey everyone! I need some help.I have a transparent menu that stays at the top when scrolling down, and when scrolling up, a menu with a white background appears. I want all the icons, links, and the logo in the transparent menu to be white, while in...