CSS overwrites logo redirect

Howdy!  Some of the CSS below helped to enable an action button to show better on mobile.  In testing, I have found it is now preventing users from tapping the logo to redirect to the home page.  

For testing
Page to nav home from: http://www.bnfree.blog/startsaving/

CSS in question:

.header-simple #Header a.responsive-menu-toggle { display: none; }

body #Top_bar .top_bar_left {
float: left;
width: 55% !important;
background: none !important;
}

.top_bar_right{
display: block !important;
}

.onsale { display:none; }

img{
border-radius:10px;
}

.logo img{
border-radius:unset !important;
}

#Footer { border-top: 1px solid #e4e9eb; }

Comments

Sign In or Register to comment.