Home › Forums › SEA WordPress Theme › Colour of cart changes (fills with black)
- This topic has 21 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
SeaTheme.
- AuthorPosts
- November 25, 2020 at 2:44 pm #23113
Hi, when you scroll through my site, the colour of the cart changes and gets a black fill when it’s hovering over some of the modules. How can I get rid of that fill?
Thanks in advance!
November 26, 2020 at 2:04 am #23120Hi
May I check your website? Please leave the URL if is possible, thanks!
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
November 26, 2020 at 8:52 am #23127Of course: https://olivesandmore.nl/
thanks!
November 27, 2020 at 2:28 am #23143Hi,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.bm-enable-univer.bm-enable-univer-textcolor #wrap-outer svg.ux-bag-svg * { fill: transparent!important; } body:not(.show_mobile_menu).non_bg_header.bm-enable-univer #header .head-meta .woocomerce-cart-number { color: #fff!important; }
PS: The support license was expired. We will be thankful if you renew it.
We have just launched the Black Friday discount, and now the update is very cost-effective.
https://themeforest.net/item/sea-responsive-creative-multipurpose-wordpress-theme/22436483Regards!
November 27, 2020 at 9:26 am #23146This reply has been marked as private.November 28, 2020 at 5:35 am #23166This reply has been marked as private.November 28, 2020 at 9:03 am #23170This reply has been marked as private.November 29, 2020 at 5:44 am #23188This reply has been marked as private.November 30, 2020 at 8:36 am #23209This reply has been marked as private.December 1, 2020 at 1:32 am #23219This reply has been marked as private.December 1, 2020 at 8:38 am #23224This reply has been marked as private.December 2, 2020 at 2:44 am #23227This reply has been marked as private.December 2, 2020 at 1:37 pm #23234This reply has been marked as private.December 3, 2020 at 12:56 am #23237Hi,
Please try to define it for the laptop-screen with !important.
@media (max-width:1400px) and (min-width: 1024px) { .module-id-1575559431787 span{ line-height: 1.3!important; } }
Regards
December 3, 2020 at 9:34 am #23253This reply has been marked as private.December 4, 2020 at 1:48 am #23254This reply has been marked as private.December 9, 2020 at 12:09 pm #23294This reply has been marked as private.December 9, 2020 at 2:00 pm #23300Hi,
The format is not correct:
current:
<span style="font-size: 2.8vw; line-height: 1.3; data-msize=32">Wij ontdekten ...</span>
should be:
<span style="font-size: 2.8vw; line-height: 1.3; " data-msize="32">Wij ontdekten ...</span>
BUT, please use
--font-size-m
instead ofdata-msize
of now:
<span style="font-size: 2.8vw; line-height: 1.3; --font-size-m:32px " >Wij ontdekten ...</span>
Please notice there is PX unit.https://doc.seatheme.net/sea-content-builder-plugin/text-module/#font-size-for-mobile
December 10, 2020 at 10:14 am #23311This reply has been marked as private.December 10, 2020 at 2:27 pm #23315Your theme and BM builder version is not new enough. Pleae update them
Or:
use the data-msize for now
<span style="font-size: 2.8vw; line-height: 1.3; " data-msize="32">Wij ontdekten ...</span>
December 10, 2020 at 7:07 pm #23319This reply has been marked as private.December 11, 2020 at 2:15 am #23325This reply has been marked as private. - AuthorPosts
- You must be logged in to reply to this topic.