- Posts: 28
- Thank you received: 0
How to remove icons from product details
6 years 11 months ago #9429
by Barbara T
How to remove icons from product details was created by Barbara T
How to remove icons from product details
please see picture for details
please see picture for details
Attachment 1-2.png not found
Attachments:
Please Log in or Create an account to join the conversation.
6 years 11 months ago #9430
by Ha Pham
Replied by Ha Pham on topic How to remove icons from product details
Hi,
Please open CSS file in path: /templates/ot_naturalcosmetics/assets/css/template.css
comment this code:
.ot-content span.addtocart-button::before, .ot-content span.addtocart-button::after {
background-attachment: scroll;
background-image: url(../images/title_bg.png);
background-position: 0 0;
background-repeat: no-repeat;
border: medium solid transparent;
content: " ";
height: 10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 13px;
z-index: 99;
}
Please open CSS file in path: /templates/ot_naturalcosmetics/assets/css/template.css
comment this code:
.ot-content span.addtocart-button::before, .ot-content span.addtocart-button::after {
background-attachment: scroll;
background-image: url(../images/title_bg.png);
background-position: 0 0;
background-repeat: no-repeat;
border: medium solid transparent;
content: " ";
height: 10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 13px;
z-index: 99;
}
Please Log in or Create an account to join the conversation.
6 years 11 months ago #9431
by Ha Pham
Replied by Ha Pham on topic How to remove icons from product details
Sorry,in line 1675
Please Log in or Create an account to join the conversation.
6 years 11 months ago #9432
by Barbara T
Replied by Barbara T on topic How to remove icons from product details
thank you
solved
solved
Please Log in or Create an account to join the conversation.
6 years 11 months ago #9433
by Barbara T
Replied by Barbara T on topic How to remove icons from product details
Unfortunately the sidebar has still the icons there
Attachment 1-3.png not found
Attachments:
Please Log in or Create an account to join the conversation.
6 years 11 months ago #9438
by Barbara T
Replied by Barbara T on topic How to remove icons from product details
any suggestion pls?
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds