Hello !
I just added 2 new images on Easy Slider but the header menu has changed on mobile devices, the header menu has lost its transparency and the images are all centred I don’t know what happened.
This is the url: viabrussels.com
And other thing also: I would like to make the 2 buttons (“BOOK NOW” and “CONTACT US”) larger by 50% at least and square corner to increase their visibility.
Thank you in advance for your replies.
Hey BYourLord,
Could you please attach some screenshots of the issue?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria !
Thank you for your reply.
This is the problem I was talking about: https://m.imgur.com/a/oy8w8xg
The header has lost its transparency, on the desktop version the header is perfectly transparent but not on the mobile devices as you see on the screenshot.
Regards,
Hi,
Please try to add following code to the quick css field:
@media only screen and (max-width:767px) {
#top #wrap_all .av_header_transparency {
background-color: transparent !important;
}
}
Best regards,
Peter