Commit ca9d9c20 authored by John Punzalan's avatar John Punzalan

Update Panasonic homepage

parent a7abd246
......@@ -16082,3 +16082,36 @@ h2.product-name a {
.mce-tinymce .mce-toolbar .mce-container-body {
width: 100% !important;
}
.grid-products {
padding-bottom: 15px;
}
.grid-products .product-image {
padding-bottom: 15px;
}
.grid-products .product-name,
.grid-products .product-sku,
.grid-products .product-short {
font-family: 'Roboto';
}
.grid-products .product-name,
.grid-products .product-sku {
color: #7e7e7e;
}
.grid-products .product-sku,
.grid-products .product-price {
color: #a59481;
}
.category-name {
color: #a59481;
font-size: 15px;
letter-spacing: 0.1em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}
.category-block:first-child {
margin-top: 50px;
}
div.category-block + div.category-block {
padding-top: 50px;
}
jQuery(document).ready(function(){
jQuery('.your-class').slick({
autoplay: true,
autoplaySpeed: 5000,
arrows: false,
fade: true,
swipe: true,
});
jQuery(".product-1-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 1);
});
jQuery(".product-2-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 2);
});
jQuery(".product-3-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 0);
});
jQuery(".product-4-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 3);
});
jQuery(".product-5-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 4);
});
jQuery(".product-6-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 5);
});
});
\ No newline at end of file
// jQuery(document).ready(function(){
// jQuery('.your-class').slick({
// autoplay: true,
// autoplaySpeed: 5000,
// arrows: false,
// fade: true,
// swipe: true,
// });
//
// jQuery(".product-1-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 1);
// });
//
// jQuery(".product-2-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 2);
// });
//
// jQuery(".product-3-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 0);
// });
//
// jQuery(".product-4-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 3);
// });
//
// jQuery(".product-5-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 4);
// });
//
// jQuery(".product-6-link").on("click", function() {
// jQuery('.your-class').slick('slickGoTo', 5);
// });
//
// });
\ No newline at end of file
......@@ -1298,4 +1298,43 @@ h2.product-name {
}
.mce-tinymce .mce-toolbar .mce-container-body {
width: 100% !important;
}
.grid-products {
padding-bottom: 15px;
.product-image {
padding-bottom: 15px;
}
.product-name, .product-sku, .product-short {
font-family: 'Roboto';
}
.product-name, .product-sku {
color: #7e7e7e;
}
.product-sku, .product-price {
color: #a59481;
}
}
.category-name {
color: #a59481;
font-size: 15px;
letter-spacing: 0.1em;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}
.category-block {
&:first-child {
margin-top: 50px;
}
}
div.category-block+div.category-block {
padding-top: 50px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment