49 lines
1 KiB
CSS
49 lines
1 KiB
CSS
/* AlaskarDev Changes */
|
|
/** Title **/
|
|
.elementor-widget-theme-post-title .elementor-heading-title {
|
|
font-size: 13px !important;
|
|
max-height: 20px !important;
|
|
text-decoration: none !important;
|
|
}
|
|
.elementor-widget-heading h1.elementor-heading-title {
|
|
line-height: 1em;
|
|
}
|
|
/** Price **/
|
|
.elementor-widget-container .woocommerce-Price-amount {
|
|
font-size: 12px !important;
|
|
line-height: 2.5em !important;
|
|
color: gray !important;
|
|
}
|
|
/** Price line **/
|
|
.elementor-10585 .elementor-element.elementor-element-c8163e6 .elementor-heading-title {
|
|
font-size: 12px !important;
|
|
color: red !important;
|
|
|
|
}
|
|
/** Single Product Title **/
|
|
.woocommerce-js div.product .product_title {
|
|
font-size: 16px;
|
|
line-height: 2.5em;
|
|
}
|
|
p {
|
|
text-align: left !important;
|
|
line-height: 1.2em;
|
|
}
|
|
p.price del {
|
|
color: red !important;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.woocommerce-js div.product .product_title {
|
|
text-align: left !important;
|
|
margin: 0px 0px 0px 10px
|
|
}
|
|
|
|
p.price {
|
|
text-align: left;
|
|
padding: 0px 0px 0px 42px;
|
|
display: flex-start;
|
|
}
|
|
|
|
}
|
|
|
|
/* End of AlaskarDev */
|