golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/essential-addons-elementor/src/css/view
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
127 B
Del
OK
adv-google-map.scss
1.38 KB
Del
OK
advanced-menu.scss
18.74 KB
Del
OK
advanced-search.scss
10.41 KB
Del
OK
content-timeline.scss
25.86 KB
Del
OK
counter.scss
924 B
Del
OK
creative-btn.scss
14.68 KB
Del
OK
divider.scss
1.55 KB
Del
OK
dynamic-filter-gallery.scss
11.07 KB
Del
OK
fancy-text.scss
191 B
Del
OK
flip-carousel.scss
2.44 KB
Del
OK
image-hotspots.scss
4.24 KB
Del
OK
image-scroller.scss
776 B
Del
OK
img-comparison.scss
1.07 KB
Del
OK
instagram-gallery.scss
11.2 KB
Del
OK
interactive-cards.scss
432 B
Del
OK
interactive-promo.scss
25.96 KB
Del
OK
learn-dash-course-list.scss
17.46 KB
Del
OK
lightbox.scss
7.45 KB
Del
OK
login-register.scss
3.81 KB
Del
OK
logo-carousel.scss
1.44 KB
Del
OK
mailchimp.scss
2.77 KB
Del
OK
multicolumn-pricing-table.scss
9.55 KB
Del
OK
offcanvas.scss
5.8 KB
Del
OK
one-page-navigation.scss
5.24 KB
Del
OK
post-block-overlay.scss
943 B
Del
OK
post-block.scss
15.37 KB
Del
OK
post-carousel.scss
6.21 KB
Del
OK
post-list.scss
14.43 KB
Del
OK
price-menu.scss
1.99 KB
Del
OK
price-table.scss
19.66 KB
Del
OK
progress-bar.scss
1.72 KB
Del
OK
protected-content.scss
645 B
Del
OK
section-parallax.scss
423 B
Del
OK
section-particles.scss
390 B
Del
OK
social-feed.scss
5.49 KB
Del
OK
sphere-photo-viewer.scss
1016 B
Del
OK
stacked-cards.scss
1.63 KB
Del
OK
static-product.scss
3.92 KB
Del
OK
team-member-carousel.scss
3.39 KB
Del
OK
team-members.scss
765 B
Del
OK
testimonial-slider.scss
16.57 KB
Del
OK
toggle.scss
1.71 KB
Del
OK
woo-account-dashboard.scss
44.91 KB
Del
OK
woo-checkout-pro.scss
13.66 KB
Del
OK
woo-collections.scss
3.03 KB
Del
OK
woo-cross-sells.scss
8.17 KB
Del
OK
woo-product-slider.scss
44.19 KB
Del
OK
woo-thank-you.scss
28.97 KB
Del
OK
Edit: woo-cross-sells.scss
.eael-cs-products-container { display: grid; gap: 20px; img { display: block; } .eael-cs-product-image { overflow: hidden; } .eael-cs-product-buttons { a, i { transition: .3s; } i { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; } } .eael-cs-product-price ins { background: initial; } &.style-1 { .eael-cs-single-product { position: relative; overflow: hidden; .eael-cs-product-info { background: rgba(10, 22, 61, 0.9); position: absolute; bottom: 0; left: 0; transform: translateY(100%); width: 100%; z-index: 2; transition: .3s; .eael-cs-product-title-price { color: #FFFFFF; text-align: center; padding: 13px 0; .eael-cs-product-title { font-size: 16px; font-weight: 500; line-height: 18px; padding: 0 10px; } .eael-cs-product-price { font-size: 18px; font-weight: 600; line-height: 22px; margin-top: 10px; } } .eael-cs-product-buttons { display: grid; grid-template-columns: auto; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.5); overflow: hidden; &.eael-cs-purchasable { grid-template-columns: repeat(2, 1fr); &::after { content: ""; position: absolute; top: 0; left: 50%; height: 100%; width: 1px; background: rgba(255, 255, 255, 0.5); } } a { border: none; text-align: center; background: transparent; line-height: 60px; color: #FFFFFF; padding: 0; font-size: 12px; i { margin-right: 6px; } &.added { display: none; } } } } &:hover .eael-cs-product-info { transform: translateY(0); } } } &.style-2 { .eael-cs-single-product { position: relative; border: 1px solid #CCD5EC; border-radius: 16px; overflow: hidden; background: #ffff; .eael-cs-product-image { position: relative; background: #F0F4FF; transition: .3s; .eael-cs-product-buttons { position: absolute; text-align: center; bottom: 0; left: 0; width: 100%; transform: translateY(100%); transition: .3s; a { font-size: 16px; display: inline-block; background: #FFFFFF; width: 38px; line-height: 38px; text-align: center; border-radius: 4px; color: #8C8B9A; transition: .3s; + a { margin-left: 8px; } &.add_to_cart_button { &.added { display: none; } &::before { content: "\f07a"; font-family: "Font Awesome 5 Free"; font-weight: 900; } } &.added_to_cart { font-size: 0; &::before { font-size: 16px; content: "\f217"; font-family: "Font Awesome 5 Free"; font-weight: 900; } } &:hover { color: #6345EA; box-shadow: 0 8px 16px -2px rgba(23, 28, 58, 0.45); } } } } .eael-cs-product-info { text-align: center; padding: 13px 0; background: #FFFFFF; .eael-cs-product-title { font-size: 18px; font-weight: 500; line-height: 18px; color: #5E6374; padding: 0 10px; } .eael-cs-product-price { font-size: 20px; font-weight: 600; line-height: 24px; margin-top: 10px; color: #1C1F29; } } &:hover { .eael-cs-product-buttons { transform: translateY(-20px); } } } } &.style-3 { grid-template-columns: 100%; gap: 30px; .eael-cs-single-product { display: grid; gap: 50px; grid-template-columns: 25% auto; border: 1px solid #CDD0DA; border-radius: 4px; padding: 15px; overflow: hidden; .eael-cs-product-image { border-radius: 4px; } .eael-cs-product-info { padding: 10px 0; .eael-cs-product-title { font-size: 20px; font-weight: 500; line-height: 22px; color: #5E6374; a { color: #5E6374; } } .eael-cs-product-price { font-size: 20px; font-weight: 700; line-height: 24px; margin-top: 15px; color: #1C1F29; } .eael-cs-product-excerpt { font-size: 14px; font-weight: 400; line-height: 22px; margin-top: 15px; color: #5E6374; } .eael-cs-product-buttons { margin-top: 20px; a { display: inline-block; background: #6345EA; font-size: 14px; font-weight: 600; color: #FFFFFF; line-height: 38px; border-radius: 3px; padding: 0 25px; i { margin-right: 10px; } &.added { display: none; } } } } } } } @media only screen and (max-width: 767px) { .eael-cs-products-container { .eael-cs-product-image img { width: 100%; } &.style-3 { .eael-cs-single-product { grid-template-columns: 100% !important; } } } }
Save