HomePage › Forums › Traveler › Some issues and a question. › Reply To: Some issues and a question.
Hello
You can use this css code to hide that button:
.fotorama__fullscreen-icon {
display: none;
}
Also you can use this code to change background of image flips:
.bg-holder>.bg-mask-darken {
background-color: #fff !important;
}
With your last question, did you resolve it? Because when i check your homepage, there is no white line under the menu.
Thank you.