Advertisement
s-sols

Untitled

Feb 1st, 2025
220
0
9 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.32 KB | None | 0 0
  1. .elementor[data-elementor-type="wp-page"] .elementor-widget:has(>.elementor-widget-container>.etheme-icon-box)::before {
  2.     display: none;
  3. }
  4.  
  5. .elementor[data-elementor-type="wp-page"] .elementor-widget .elementor-widget-container:has(>.etheme-icon-box) {
  6.     visibility: visible !important;
  7.     opacity: 1 !important;
  8. }
  9.  
  10. .elementor[data-elementor-type="wp-page"] .elementor-widget:has(>.elementor-widget-container>.swiper-entry)::before {
  11.     display: none;
  12. }
  13.  
  14. .elementor[data-elementor-type="wp-page"] .elementor-widget .elementor-widget-container:has(>.swiper-entry) {
  15.     visibility: visible !important;
  16.     opacity: 1 !important;
  17. }
  18.  
  19. .page-wrapper .elementor-widget:has(>.elementor-widget-container>.woocommerce)::before {
  20.     display: none;
  21. }
  22.  
  23. .page-wrapper .elementor-widget .elementor-widget-container:has(>.woocommerce) {
  24.     visibility: visible !important;
  25.     opacity: 1 !important;
  26. }
  27.  
  28. .page-wrapper .elementor-widget .elementor-widget-container:has(>.etheme-elementor-sidebar) {
  29.     visibility: visible !important;
  30.     opacity: 1 !important;
  31. }
  32.  
  33. .page-wrapper .st-swatch-preview:has(>.type-color)::before {
  34.     display: none !important;
  35. }
  36.  
  37. .page-wrapper .st-swatch-preview > .type-color {
  38.     visibility: visible !important;
  39.     opacity: 1 !important;
  40. }
  41.  
  42. .page-wrapper .type-st-color-swatch > .st-swatch-preview {
  43.     display: block !important;
  44. }
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement