Jump to content

[RESOLU] Enlever le cadre des photos de produits


Recommended Posts

Bonsoir, je voudrais enlever le cadre qui se trouve autour de mes photos de produits. J'ai trouver un topic qui parle de ça mais j'ai épluché le global.css et ne trouve pas la ligne correspondante. J'ai bien essayé d'effacer la ligne "border: 1px solid #e3e3e3;" dans product-box.product-image ligne 7933 mais rien ne se passe (même après avoir vider cache de site, de naviguateur et cookie)

 

Voici l'url de mon site: https://www.onlythewood.com/fr/ (prestashop 1.6.1.4)

et voici une capture du topic trouvé:

 

Une petite idée? Merci d'avance!

post-1218861-0-01659500-1467144047_thumb.png

Edited by onlythewood (see edit history)
Link to comment
Share on other sites

Bonjour,

Tu as une version en local de ton site ?
Ce serait plus simple pour toucher au CSS car là c'est assez diffcile d'identifier ou exactement tu dois changer ton code.

En local tu désactive ton cache et avec le developper tools sur chrome par exemple tu trouves facilement le css à changer.
Au passage modifie plutôt le .scss puis compile le plutôt que de modifier le css.
 

Link to comment
Share on other sites

Vu que le cache est activé le CSS est "réécrit" donc pour identifier ou faire les modification ça va être compliqué.
Mais visiblement c'est bien ces lignes là qu'il faut modifier :

.pb-left-column #image-block {
    /* border: 1px solid #e3e3e3; */
    position: relative;
    overflow: hidden;
    background: white;
}

Il suffit de supprimer ta ligne border. ;)
Voilà normalement ça devrait le faire.
Au pire des cas contact moi par MP si tu bloques.

Link to comment
Share on other sites

Pas besoin normalement de vider cache et cookie je crois.
Sur le developper tools en désactivant la ligne border: 1px solid #e3e3e3; est ce que tu as le résultat voulu ?

Au pire copie ton product.css ici pour voir.

Link to comment
Share on other sites

Non j'ai carrément effacé la ligne dans le product.css. (j'ai bien sûr rétabli le code initial en voyant que ça ne fonctionnait pas). Désolée j'ai pas réussi à importer le code autrement! Merci encore

 

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px;
}
 
.product-heading-h5 {
  color: #727272;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
 
.box-security .product-heading-h5 {
  margin: 3px 0 -8px;
}
@media (max-width: 1199px) {
  .box-security .product-heading-h5 {
    margin-bottom: 8px;
  }
}
 
img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  img {
    height: auto;
  }
}
 
/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  border: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
  background: white;
}
@media (max-width: 991px) {
  .pb-left-column #image-block {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 319px) {
  .pb-left-column #image-block {
    width: 220px;
  }
}
.pb-left-column #image-block img {
  background: white;
  width: 100%;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
}
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  ;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 136px;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #1f1f1f;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
  z-index: 1;
}
 
/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .pb-left-column #views_block {
    width: 264px;
    margin: 10px auto 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pb-left-column #views_block {
    width: 263px;
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) {
  .pb-left-column #views_block {
    margin: 10px auto 0;
    width: 260px;
  }
}
@media (max-width: 480px) {
  .pb-left-column #views_block {
    margin: 10px auto 0;
    width: 153px;
  }
}
 
#thumbs_list {
  overflow: hidden;
  float: left;
  width: 86%;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  #thumbs_list {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #thumbs_list {
    width: 67%;
  }
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  height: 126px;
}
#thumbs_list li {
  float: left;
  height: 123px;
  width: 100px;
  cursor: pointer;
  margin-right: 8px;
  line-height: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#thumbs_list li:first-child {
  margin: 0 8px 0 0;
}
#thumbs_list li.last {
  margin-right: 0;
}
#thumbs_list li a {
  display: block;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
#thumbs_list li a:hover, #thumbs_list li a.shown {
  border: 1px solid #e3e3e3;
}
#thumbs_list li img {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list li img {
    width: 100%;
    height: 100%;
  }
}
 
span.view_scroll_spacer {
  float: left;
}
 
#view_scroll_left,
#view_scroll_right {
  margin-top: 42px;
  height: 35px;
  width: 15px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
#view_scroll_left:before,
#view_scroll_right:before {
  font-family: "FontAwesome";
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #dcdcdc;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #aaaaaa;
}
 
#view_scroll_right {
  float: left;
}
#view_scroll_right:before {
  content: "\f105";
}
 
#view_scroll_left {
  float: left;
}
#view_scroll_left:before {
  content: "\f104";
  padding-right: 2px;
}
 
.resetimg {
  padding: 10px 0 0;
}
.resetimg #resetImages i {
  margin-right: 6px;
}
 
/* link list */
#usefull_link_block {
  list-style-type: none;
  margin: 0;
}
#usefull_link_block li {
  margin: 0 0 8px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #usefull_link_block li {
    float: none !important;
  }
}
#usefull_link_block li:first-child {
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
}
#usefull_link_block li a {
  color: #727272;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  display: inline-block;
}
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
}
#usefull_link_block li a:hover {
  color: #1f1f1f;
}
@media (min-width: 768px) and (max-width: 991px) {
  #usefull_link_block li.print {
    margin: 8px 0 0;
    padding: 0;
    border: none;
  }
}
#usefull_link_block li.print a:before {
  content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
  cursor: pointer;
  font-weight: 700;
  clear: both;
  float: none;
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
  position: relative;
}
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
  font-family: "FontAwesome";
  color: #1f1f1f;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
  color: #000;
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}
 
/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 0px;
  /* form */
}
.pb-center-column h1 {
  padding-bottom: 10px;
  font-size: 17px;
  color: #1f1f1f;
  margin: 2px 0 0;
  font-family: "Oswald", sans-serif;
}
.pb-center-column p {
  margin-bottom: 5px;
}
.pb-center-column #product_reference {
  margin-bottom: 6px;
}
.pb-center-column #product_reference span {
  font-weight: 700;
  color: #1f1f1f;
}
.pb-center-column #short_description_block {
  color: #727272;
}
.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
.pb-center-column #short_description_block #short_description_content {
  padding: 0 0 15px;
  word-wrap: break-word;
}
.pb-center-column #short_description_block #short_description_content p {
  text-align: justify;
}
.pb-center-column #buy_block {
  margin-top: 10px;
}
.pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.pb-center-column #buy_block p.price {
  padding: 0;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}
 
#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 10px 0 -5px;
  position: relative;
}
#product p#loyalty b {
  color: #1f1f1f;
}
#product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 16px;
  left: 0;
}
 
#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word;
}
#page .rte p {
  margin-bottom: 0;
}
 
#attributes fieldset {
  margin: 0 0 10px;
}
#attributes fieldset label {
  vertical-align: top;
  display: block;
  float: left;
  margin-right: 6px;
  width: 20%;
}
#attributes .attribute_list {
  width: 100%;
}
#attributes .attribute_list .form-control {
  max-width: 230px;
}
#attributes .attribute_list .form-control option {
  background: white;
  color: #727272;
  padding-left: 10px;
}
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #e3e3e3;
  clear: none;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}
 
.product_attributes,
.box-cart-bottom {
  padding: 0px;
}
 
.box-cart-bottom {
  padding: 0;
  float: left;
  margin: 0 0 20px;
}
.box-cart-bottom .tm_addtocart {
  float: left;
}
.box-cart-bottom .tm_addtocart #add_to_cart {
  margin: 0;
}
.box-cart-bottom .tm_wishlist {
  float: left;
  clear: none;
  margin: 0 0 0 2px;
}
 
.box-info-product .exclusive {
  padding: 0;
  border: 1px solid;
  border-color: #dfdfdf;
  position: relative;
  display: block;
  background: #dfdfdf;
}
.box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #1f1f1f;
  font-size: 19px;
  line-height: 43px;
  content: "\f07a";
  z-index: 2;
  width: 40px;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .box-info-product .exclusive:before {
    display: none;
  }
}
.box-info-product .exclusive.added span {
  background: #dfdfdf;
}
.box-info-product .exclusive.added:before {
  content: "\f00c";
  display: block;
}
.box-info-product .exclusive.added:hover span {
  background: #1f1f1f;
}
.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
.box-info-product .exclusive:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
  .box-info-product .exclusive:after {
    display: none;
  }
}
.box-info-product .exclusive span {
  font-size: 14px;
  line-height: 22px;
  padding: 7px 12px 7px 42px;
  color: #1f1f1f;
  display: block !important;
  background: url("../img/megnor/icon.png") no-repeat scroll 14px 10px transparent;
}
.box-info-product .exclusive:hover {
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.box-info-product .exclusive:hover span {
  color: white;
  background-position: 14px -26px;
}
.box-info-product .exclusive:hover:before {
  color: white;
}
 
#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: white;
  border: 1px solid #e3e3e3;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
}
#center_column.col-sm-9 .col-md-3 .box-info-product p {
  margin-bottom: 7px;
  padding: 15px 10px 0;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
  padding: 0;
  border: 1px solid #4B80B2;
  position: relative;
  display: block;
  background: #4B80B2;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  content: "\f07a";
  z-index: 2;
  width: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    display: none;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
  content: "\f00c";
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    display: none;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
  padding: 6px 6px 6px 45px;
  color: #fff;
  display: block !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    padding: 8px 12px 10px;
    text-align: center;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
  background: #346897;
  border: 1px solid #346897;
}
 
/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  margin: 0;
  background: white;
}
.table-data-sheet tr {
  border-top: 1px solid #e3e3e3;
}
.table-data-sheet tr.even {
  background: #fff;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #e3e3e3;
  width: 30%;
  font-weight: 700;
  color: #1f1f1f;
}
 
/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  width: 50%;
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}
table.table-product-discounts tr th {
  background: white;
  color: #1f1f1f;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #e3e3e3;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #e3e3e3;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}
 
/* accessories  */
.accessories-block .block_description {
  display: none;
}
.accessories-block .exclusive {
  background: none;
  border: none;
}
.accessories-block .exclusive span {
  font-size: 14px;
  line-height: 22px;
  padding: 2px 0px 3px;
  text-decoration: none;
  background: none;
  border: none;
  color: #727272;
}
.accessories-block .exclusive span:hover {
  color: #1f1f1f;
  background: none;
  border: none;
}
.accessories-block .exclusive:hover {
  background: none;
  border: none;
}
 
/* quantity_wanted */
#quantity_wanted_p {
  float: left;
  width: 100%;
}
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #e3e3e3 !important;
  line-height: 27px;
  color: #727272;
  text-align: center;
}
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px;
}
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
  float: left;
  margin-right: 6px;
  width: 20%;
}
 
/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
 
#quantityAvailable {
  color: #1f1f1f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
 
#availability_value,
#last_quantities {
  color: #1f1f1f;
  font-weight: normal;
  line-height: 24px;
  display: inline-block;
  padding: 2px 5px 3px;
  background: whitesmoke;
  border: none;
  margin-left: 5px;
}
 
#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}
 
#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}
 
#pQuantityAvailable span {
  font-weight: 700;
  color: #1f1f1f;
}
 
#availability_statut #availability_value.warning_inline {
  background-color: #CFCDB8;
  border-color: #CFCDB8;
  margin: 0;
}
 
/* box-security */
.box-security {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0px 10px;
}
 
/* prices */
.content_prices {
  padding: 0;
}
 
.discount {
  display: none;
}
 
.our_price_display {
  font-family: "Oswald", sans-serif;
  color: #1f1f1f;
  display: inline-block;
}
 
.pb-center-column .pb-right-column .content_prices .our_price_display {
  font: normal 18px/26px "Oswald", sans-serif;
}
 
#old_price {
  padding-bottom: 15px;
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  line-height: 23px;
  color: #bebebe;
}
#old_price #old_price_display .price {
  font-size: 14px;
  color: #bebebe;
}
 
#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin: 0 3px;
  padding: 3px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #1f1f1f;
  background: whitesmoke;
}
#reduction_percent span,
#reduction_amount span {
  display: block;
}
 
/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #D46641;
  text-align: left;
}
 
.buttons_bottom_block {
  clear: both;
  padding: 0;
}
.buttons_bottom_block #wishlist_button {
  font-weight: normal;
}
 
/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #send_friend_form {
    width: 280px;
  }
}
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #e3e3e3;
}
#send_friend_form .product p {
  padding: 0;
  color: #1f1f1f;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #888;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  background: white;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #1f1f1f;
}
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 22px;
  width: 100%;
  border: 1px solid base-border-color;
  font-size: 12px;
  color: #666;
  border: 1px solid #e3e3e3;
}
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
 
/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px;
}
 
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}
 
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
 
.customizationUploadLine {
  padding-bottom: 10px;
}
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #e3e3e3;
  color: #888888;
}
 
.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}
 
#customizedDatas {
  float: right;
}
 
.accessories_block div ul li a {
  display: inline-block;
}
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}
 
/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
#product.content_only div.primary_block div.pb-left-column {
  padding: 20px 20px 5px 35px;
  width: 48%;
}
@media (max-width: 480px) {
  #product.content_only div.primary_block div.pb-left-column {
    width: 100%;
    float: none;
  }
}
#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
  width: 38px;
  padding-left: 10px;
}
#product.content_only div.primary_block div.pb-left-column #thumbs_list {
  width: 70%;
}
@media (max-width: 480px) {
  #product.content_only div.primary_block div.pb-left-column #thumbs_list {
    width: 47%;
  }
}
#product.content_only div.primary_block div.pb-left-column #views_block {
  width: 307px;
}
#product.content_only div.primary_block .product_right1 {
  width: 50%;
  padding: 20px 0 30px;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block .product_right1 {
    width: 100%;
  }
}
#product.content_only div.primary_block .product_right1.pb-center-column {
  padding: 20px 20px 60px 0px;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block .product_right1.pb-center-column {
    min-height: 440px;
  }
}
@media (max-width: 480px) {
  #product.content_only div.primary_block .product_right1.pb-center-column {
    width: 100%;
    float: none;
  }
}
#product.content_only div.primary_block .product_right1.pb-center-column .product_comments_block_extra {
  padding-right: 0;
}
@media (max-width: 480px) {
  #product.content_only div.primary_block .product_right1.pb-center-column .comments_advices li {
    display: block;
  }
  #product.content_only div.primary_block .product_right1.pb-center-column .comments_advices a.reviews {
    margin: 0;
    padding: 0;
    border: none;
  }
}
#product.content_only div.primary_block .product_right1.pb-center-column #ShareDiv {
  position: absolute;
  bottom: 8px;
}
#product.content_only div.primary_block .product_right1.pb-right-column {
  padding-right: 15px;
  padding-left: 0;
}
#product.content_only div.primary_block .product_right1.pb-right-column .box-info-product {
  border-top-width: 0px;
  border-right: none;
  border-bottom: none;
  height: 100%;
  position: relative;
  padding-bottom: 125px;
}
#product.content_only div.primary_block .product_right1.pb-right-column .box-info-product #add_to_cart .exclusive {
  display: block;
  width: 100%;
}
#product.content_only div.primary_block .product_right1.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block .product_right1.pb-right-column .box-info-product #add_to_cart .exclusive:after {
  display: block;
}
#product.content_only div.primary_block .product_right1.pb-right-column .box-info-product #add_to_cart .exclusive span {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  #product.content_only div.primary_block .product_right1.pb-right-column .box-info-product #add_to_cart .exclusive span {
    padding: 10px 0;
    font-size: 25px;
  }
}
#product.content_only div.primary_block .product_right1.pb-right-column .box-info-product .box-cart-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#product.content_only div.primary_block .product_right1.pb-right-column #attributes .attribute_list .form-control {
  width: 230px;
}
#product.content_only div.primary_block .product_right1.pb-right-column .product_attributes {
  padding-top: 0;
}
#product.content_only div.primary_block .product_right2 {
  display: none;
}
#product.content_only .Tmproducttabcms {
  display: none;
}
 
.addsharethisinner .stButton .stArrow {
  display: none !important;
}
 
@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px;
  }
  #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
  #product.content_only section.primary_block div.pb-left-column #image-block,
  #product.content_only section.primary_block div.pb-left-column #views_block {
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #product.content_only div.primary_block div .product_right1,
  #product.content_only section.primary_block div .product_right1 {
    width: 100% !important;
  }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
    float: left;
    padding: 20px 20px 0;
  }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 100%;
    float: left;
    padding: 20px;
  }
}
@media (max-width: 1050px) and (max-width: 480px) {
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0;
  }
}
@media (max-width: 1050px) and (max-width: 480px) {
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) and (max-width: 480px) {
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) and (max-width: 480px) {
  #product.content_only div.primary_block div.pb-right-column .box-info-product,
  #product.content_only section.primary_block div.pb-right-column .box-info-product {
    overflow: auto;
  }
}
 
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #e3e3e3;
}
.ie8 .box-security {
  filter: none;
}
 
.product_right1 {
  float: left;
  width: 41%;
}
@media (max-width: 991px) {
  .product_right1 {
    width: 100%;
    padding: 10px 0;
  }
}
 
.product_right2 {
  float: right;
  width: 24%;
  padding: 0 10px 0 0;
}
@media (max-width: 991px) {
  .product_right2 {
    float: left;
    padding: 10px;
    width: 100%;
  }
}
.product_right2 .accessories-product {
  position: relative;
}
.product_right2 .accessories-product .block_content {
  padding: 0;
  margin: 0;
}
.product_right2 .accessories-product .block_content .product-container .product_desc {
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 10px;
}
.product_right2 .Tmproduct_bannercms {
  padding: 0;
}
.product_right2 .Tmproduct_bannercms #tmproductbannerblockinfo_block .col-xs-12 {
  padding: 0;
}
 
#tmproduct_tab_block {
  clear: both;
  float: left;
  margin-top: 10px;
}
#tmproduct_tab_block .col-xs-12 {
  padding: 0;
}
#tmproduct_tab_block .col-xs-12 #productpage_tab {
  background: none repeat scroll 0 0 #EFF0EB;
  border: 1px solid #e3e3e3;
  clear: both;
  margin: 0;
  height: 43px;
}
#tmproduct_tab_block .col-xs-12 #productpage_tab li {
  float: left;
  list-style-type: none;
  position: relative;
}
#tmproduct_tab_block .col-xs-12 #productpage_tab li a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #1f1f1f;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  padding: 9px 17px;
  text-align: center;
  text-transform: uppercase;
}
#tmproduct_tab_block .col-xs-12 #productpage_tab li a:active, #tmproduct_tab_block .col-xs-12 #productpage_tab li a:hover {
  background: white;
  border-right: 1px solid #e3e3e3;
  color: #1f1f1f;
}
@media (max-width: 480px) {
  #tmproduct_tab_block .col-xs-12 #productpage_tab li a {
    padding: 9px 15px;
  }
}
@media (max-width: 319px) {
  #tmproduct_tab_block .col-xs-12 #productpage_tab li a {
    padding: 9px 8px;
    font-size: 12px;
  }
}
#tmproduct_tab_block .col-xs-12 #productpage_tab .active a {
  background: white;
  border-right: 1px solid #e3e3e3;
  color: #1f1f1f;
}
#tmproduct_tab_block .tab-content {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 20px;
  margin-top: -1px;
  background: #fff;
}
#tmproduct_tab_block .tab-content .size_guide_table {
  border: 1px solid #e3e3e3;
  width: 100%;
}
#tmproduct_tab_block .tab-content .size_guide_table td {
  border: 1px solid #e3e3e3;
  text-align: center;
}
 
.buttons_bottom_block .popover .popover-title {
  display: none;
}
 
.socialsharing_product {
  margin: 10px 0;
}
Link to comment
Share on other sites

Pour moi c'est bien ce petit là :

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
/*  border: 1px solid #e3e3e3;*/
  border: none;
  position: relative;
  overflow: hidden;
  background: white;
}

Essais de remplacer border: 1px solid #e3e3e3; par border: none.
Dans le developper tools de chrome sa fonctionne donc pas de raison ici.

  • Like 1
Link to comment
Share on other sites

Merci c'est super gentil. Je pense que tu as raison mais que je dois avoir un problème ailleurs alors je vais chercher pourquoi mes modif' ne sont pas prises en compte. C'est pas la première fois que j'ai des problèmes de modification.

Link to comment
Share on other sites

Merci a vous d'avoir pris du temps pour me répondre et de m'avoir mise sur la voie! J'ai enfin trouvé et voici la solution si ça peut servir à quelqu'un.

Dans productlist.css puis productlist (grid):

ul.product_list.grid li .product-container.left-block, ul.tm-carousel li .product-container .left-block

 

enlever la ligne border: 1px solid #e3e3e3

Link to comment
Share on other sites

Ah ok donc dans la liste de tes produits et pas seulement sur ta fiche produit donc.
C'est toujours bien de galérer un peu à chercher du cou la prochaine fois tu sera plus à l'aise ;)

 

Oublis pas de marquer ton topic résolu

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...