Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1399057

    Radius corners are showing in a blue colour for no apparent reason. The corners should be white, not blue

    #1399090

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.