style.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.83, at includes/widgets/Woo_Product_Full_Description/style.css
| 1 | .ka-woo-product-full-description { |
| 2 | line-height: 1.7; |
| 3 | position: relative; |
| 4 | } |
| 5 | |
| 6 | .ka-woo-product-full-description__readmore { |
| 7 | display: inline-block; |
| 8 | margin-top: 10px; |
| 9 | font-weight: 600; |
| 10 | text-decoration: none; |
| 11 | } |
| 12 | |
| 13 | .ka-woo-product-full-description--clamp .ka-woo-product-full-description__content.is-trimmed { |
| 14 | display: -webkit-box; |
| 15 | -webkit-box-orient: vertical; |
| 16 | overflow: hidden; |
| 17 | -webkit-line-clamp: var(--ka-full-desc-lines, 4); |
| 18 | } |
| 19 | |
| 20 | .ka-woo-product-full-description__toggle { |
| 21 | display: inline-flex; |
| 22 | margin-top: 10px; |
| 23 | font-weight: 600; |
| 24 | background: transparent; |
| 25 | border: none; |
| 26 | color: inherit; |
| 27 | cursor: pointer; |
| 28 | padding: 0; |
| 29 | } |
| 30 | |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 |