to hide the scrollbar you could use this css:
Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"
html, body {
/* Hide scrollbar for Chrome, Safari, and Opera */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
overflow: auto; /* Still allow scrolling */
}
/* Chrome, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none;
}
then also make sure in customize -> background,
please set the website background color to black.
soon, maybe i will find some time soon to code this zoom feature you want for the lightbox addon. then you wont need to use that other addon which causes this issue.
hey!
[image: 1764335616010-132d066f-9bdc-457f-86b1-0567693b7292-image.png]
you could use this feature. then create a page that contains texts which would be your menu. you can insert social icons there using +more -> +social media icons
then in lay options -> fixed header
you can choose that page to be shown as a fixed header.
make sure to also create a custom phone layout for that page by
clicking the phone icon:
[image: 1764335720253-9ecc2000-bd86-4d17-ac1a-a095f63e9b6c-image.png]
this way you can style how it should look on phone
[image: 1763715892745-9b5e44c4-2307-4878-b9e3-c5671064d921-image-resized.png]
but the margin-left: 40px is applied
if you dont want the space for some texts,
right click the text element
click set html class and id. for class enter:
nospace
then instead of the css u use now, use:
body.type-project .type-text:not(.nospace){
margin-left: 40px!important;
}
body.type-project .type-text:not(.nospace){
width: 285px!important;
}
i will have to code a feature for this one day.
in your link /gd/ it says page not found
[image: 1763375704043-af4610e5-0e90-456c-9969-f64ed0c05f70-image.png]
i see ure using the burger menu.
do you want to hide the burger on a specific page?`
can u send the working link of the page u want to hide?
basically we need to write page-specific css like so:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
Thanks both for replying, I also got this to work yesterday but now looking at ways to change the styling to my liking. Im sorry I'm not sure how to help you with the footer page