Jump to content

How to delete borders in blockuserinfo in Presta 1.6?


Recommended Posts

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? 

 

post-868122-0-46382100-1415728473_thumb.jpg

Edited by Erkan-Erdogan (see edit history)
Link to comment
Share on other sites

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
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...