Radius corners are showing in a blue colour for no apparent reason. The corners should be white, not blue
Hey Christopher,
Thank you for the inquiry.
The issue occurs because of the following css modification, which applies rounded corners to the section.
.hotel_block {
border-bottom-left-radius: 35px;
border-bottom-right-radius: 35px;
}
You can also use this css code to adjust the default background of the main container.
#main, .avia-msie-8 .av_header_sticky_disabled#header {
background-color: #ffffff;
}
Best regards,
Ismael