PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / src / scss / components / overrides.scss

overrides.scss in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.1.4, at src/scss/components/overrides.scss

83 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ultimate-store-kit {
2 .woocommerce-result-count {
3 font-weight: 500;
4 margin-bottom: 10px;
5 font-size: 18px;
6 }
7 .usk-shiny-grid-header-tabs {
8 .tab-option {
9 span {
10 width: auto;
11 }
12 }
13 }
14 }
15
16 // THEME COMPATIBILITY
17
18 // theme css start
19
20 .theme-storefront {
21 .edd_download_purchase_form {
22 margin: 0;
23 }
24 }
25 .theme-astra {
26 .edd_download_purchase_form .edd_purchase_submit_wrapper {
27 margin: 0;
28 }
29 }
30
31 //
32
33 // .woocommerce div.product .woocommerce-tabs ul.tabs li {
34 // border: 0 !important;
35 // background-color: transparent !important;
36 // color: 0 !important;
37 // display: inline-block;
38 // position: relative;
39 // z-index: 0;
40 // border-radius: 0 !important;
41 // margin: 0 !important;
42 // padding: 0 !important;
43 // }
44
45 // .woocommerce div.product .woocommerce-tabs ul.tabs::before {
46 // content: none !important;
47 // }
48 // .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
49 // content: none !important;
50 // }
51 // .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
52 // content: none !important;
53 // }
54 // .woocommerce div.product .woocommerce-tabs ul.tabs {
55 // list-style: none;
56 // padding: 0 !important;
57 // margin: 0 !important;
58 // overflow: hidden;
59 // position: relative;
60 // }
61 .usk-account-navigation {
62 .woocommerce-MyAccount-navigation {
63 width: 100% !important;
64 }
65 }
66 [class*="elementor-widget-usk-"]*="elementor-widget-usk-""] {
67 .star-rating {
68 font-family: "star" !important;
69 margin: 0;
70 }
71 }
72
73 .woocommerce-js [class*="elementor-widget-usk-"]*="elementor-widget-usk-""] {
74 .star-rating::before {
75 content: "\73\73\73\73\73";
76 color: #d3ced2;
77 float: left;
78 top: 0;
79 left: 0;
80 position: absolute;
81 }
82 }
83