oont-contents/themes/oont-themev2/assets/css/alaskardev.css
2025-02-10 20:35:59 +03:00

58 lines
1 KiB
CSS

/* AlaskarDev Changes */
/** Title **/
.elementor h1 {
font-size: 13px !important;
max-height: 20px !important;
text-decoration: none !important;
line-height: 1em;
}
/*.elementor-widget-heading h1.elementor-heading-title {*/
/**/
/*}*/
/** Price **/
.elementor .woocommerce-Price-amount {
font-size: 12px !important;
line-height: 2.5em !important;
color: gray !important;
}
/*.elementor-10585 .elementor-element.elementor-element-c8163e6 .elementor-heading-title {*/
/* font-size: 12px !important;*/
/* color: red !important;*/
/**/
/*}*/
/** Single Product Title **/
.product_title {
font-size: 16px !important;
line-height: 2.5em;
}
/** Paragraph **/
p {
text-align: left !important;
line-height: 1.2em;
}
/** Price line **/
p.price del {
font-size: 12px !important;
color: red !important;
}
/** Mobile **/
@media (max-width: 767px) {
.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 */