Erkan-Erdogan Posted November 11, 2014 Share Posted November 11, 2014 (edited) Hi. I'm new to prestashop and html/css coding. So sorry if you guys find this question a little to stupid The thing is that i'm trying to remove borders around the login button (see picture). I've tried to disable the borders in blockuserinfo.css here themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css with /* */ but nothing happens in the shop. And i tried cleaning the cache as well. What i'm i doing wrong? Edited November 11, 2014 by Erkan-Erdogan (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted November 11, 2014 Share Posted November 11, 2014 Hello Do you have this code in blockuserinfo.css If so remove 1 .header_user_info { float: right; border-left: 1px solid #515151; border-right: 1px solid #515151; } .header_user_info a { color: white; font-weight: bold; display: block; padding: 8px 9px 11px 8px; cursor: pointer; } @media (max-width: 479px) { .header_user_info a { font-size: 11px; } } .header_user_info a:hover, .header_user_info a.active { background: #2b2b2b; } Paul 1 Link to comment Share on other sites More sharing options...
Erkan-Erdogan Posted November 11, 2014 Author Share Posted November 11, 2014 Thank you very much Paul. I don't know why didnt think of that myself! Link to comment Share on other sites More sharing options...
Recommended Posts