PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.6.0
ShopBuilder – WooCommerce Builder For Elementor v2.6.0
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Abstracts/Discount.php +2 -12 3.4.02.6.0 View file →
@@ -149,18 +149,8 @@
149 149 background: 0 0;
150 150 color: var(--e-button-context-color);
151 151 background: #fff;
152 152 }
153 -
154 - .rtsb-offer-notice .offer-footer {
155 - padding-top: 10px;
156 - }
157 -
158 - .rtsb-offer-notice .notice-text b {
159 - display: inline-block;
160 - transform: skewX(-10deg);
161 - line-height: 1;
162 - }
163 153 </style>
164 154
165 155 <div class="rtsb-offer-notice notice notice-info is-dismissible"
166 156 data-rtsbdismissable="rtsb_offer">
@@ -172,9 +162,9 @@
172 162
173 163 <p class="notice-text">
174 164 <?php echo wp_kses_post( $this->options['notice_message'] ); ?>
175 165 </p>
176 - <p class="offer-footer" style="display: flex; align-items: center;">
166 + <p style="display: flex; align-items: center;">
177 167 <a class="button button-primary"
178 168 href="<?php echo esc_url( $this->options['download_link'] ); ?>" target="_blank">Buy Now</a>
179 169 <a class="button button-dismiss" href="#">Dismiss</a>
180 170 </p>
@@ -181,9 +171,9 @@
181 171 </div>
182 172
183 173 <?php
184 174 },
185 - 9
175 + 9
186 176 );
187 177
188 178 add_action(
189 179 'admin_footer',