I have some questions, my about me page doens't show when im using hamburger menu, link does work btw but how do i manage it that it will show up in the normal menu?
Is it possible to remove the white bar (see screenshot) and use the hamburger menu as an overlay. Is it also possible to move the photo so you can see the whole picture instead of just my eyes? Or any other solution so that my photo doesnt crop too much.
Hi there again,
I have some questions, my about me page doens't show when im using hamburger menu, link does work btw but how do i manage it that it will show up in the normal menu?
Is it possible to remove the white bar (see screenshot) and use the hamburger menu as an overlay. Is it also possible to move the photo so you can see the whole picture instead of just my eyes? Or any other solution so that my photo doesnt crop too much.
Bram, I will forward your second question to our web designer
However what do you mean by 'how do i manage it that it will show up in the normal menu?' Give us more details plz
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Im looking forward to the answer, i already fixed the problem for the other question, i made a whole new page and that worked.
Hello
this is the CSS code you add in theme options -> styling options -> custom CSS to have the menu bar transparent
.page-template-default header, .page-template-default #header-container, .page-template-default .hamburger-rotate, .page-template-default .hamburger-rotate.is-active {
background-color: transparent;
}
.page-template-default #hero [
height: 100vh !important;
}
regarding the picture: you cannot have a fullscreen image without cropping
the solution is to have the image contained (to see the whole image without cropping, but with margins):
.page-template-default .hero-image {
background-size: contain;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you very much!