Enhance product display and styling
- Updated custom.scss to improve carousel navigation and hide dots for home products. - Incremented version of custom.css in head.tpl to reflect recent changes. - Refined product.tpl structure for better readability and maintainability, including adjustments to meta tags and product information layout. - Improved tab structure for product details, ensuring proper display of descriptions, attachments, and additional content. - Enhanced accessory display section for better user experience.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -388,4 +388,42 @@ body.compact-cart #tc-container .product-line-actions {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.an_homeproducts-products {
|
||||
.products.owl-carousel {
|
||||
.owl-dots {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.owl-nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 0;
|
||||
top: -35px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
||||
>div {
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
border: 1px solid #c8c8c8;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.js-an_homeproducts-block {
|
||||
margin-bottom: 25px !important;
|
||||
}
|
||||
|
||||
body#product {
|
||||
.featured-products {
|
||||
>h2 {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user