Shopify themes, liquid, logos, and UX
I am having trouble with this black background where it's got a text. if I change the background colour then it also changes but that affects the whole website. I just want to make that textbox transparent without the black outline/box
on desktop its transparent on mobile it isnt
www.imjustboxing.com passcode: 0000
Im Just Boxing ~ Customize Impulse ~ Shopify - Google Chrome (gyazo.com) - desktop
Im Just Boxing ~ Customize Impulse ~ Shopify - Google Chrome - Gyazo - mobile
Solved! Go to the solution
This is an accepted solution.
Please add code assets/theme.css bottom of the file.
@media only screen and (max-width: 768px){
.background-media-text__aligner {margin: -230px 6px 6px !important;}
#shopify-section-16200822691b87ae44 .background-media-text__inner { background-color: transparent !important;}
}
Hope this helps.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 768px){
.background-media-text__container, .background-media-text__video {height: 340px;}
[data-aos=background-media-text__animation] .background-media-text__image, [data-aos=background-media-text__animation] .background-media-text__image svg, [data-aos=background-media-text__animation] .background-media-text__video {
opacity: 0;
height: 340px;
}
}
Hope this works.
Thanks!
This is an accepted solution.
Please add code assets/theme.css bottom of the file.
@media only screen and (max-width: 768px){
.background-media-text__aligner {margin: -230px 6px 6px !important;}
#shopify-section-16200822691b87ae44 .background-media-text__inner { background-color: transparent !important;}
}
Hope this helps.
Thanks!
you my friend are a legend, thank you to everyone else aswell!
for mobile, it cropped the image. is there a way to make the image larger for mobile perspective? @dmwwebartisan
Please provide a screenshot of which image you are talking about.
the part where it says “boxing glove”
the image on mobile is cropped before it was large image now its not
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 768px){
.background-media-text__container, .background-media-text__video {height: 340px;}
[data-aos=background-media-text__animation] .background-media-text__image, [data-aos=background-media-text__animation] .background-media-text__image svg, [data-aos=background-media-text__animation] .background-media-text__video {
opacity: 0;
height: 340px;
}
}
Hope this works.
Thanks!
User | RANK |
---|---|
126 | |
99 | |
77 | |
68 | |
39 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022