I have added a large image with text... on the desktop, it appears perfect... on mobile, there is a brief overlay color that remains almost like a border around the text box... apparently it samples the image and chooses this color. Anyone know how I can change the color? (The one I dislike is the tan overlay/background/border color that appears below the woman in the orange sweater.)
TIA!!!
pw: Franklin
Solved! Go to the solution
This is an accepted solution.
Hi @KateBen,
Go to Assets > theme.css and paste this at the bottom of the file:
@media screen and (max-width: 768px) {
.background-media-text--template--15362576318651__16500464547186b46f {
background: #362f2d !important;
}
}
You can change the color code to your liking.
Hope it helps!
This is an accepted solution.
Hi @KateBen,
If you want to change the color different from the above section, you can use the following code:
@media screen and (max-width: 768px) {
.background-media-text--template--15362576318651__1650046689370ae931{
background: #362f2d !important;
}
}
Hope it helps!
This is an accepted solution.
Hi @KateBen,
Go to Assets > theme.css and paste this at the bottom of the file:
@media screen and (max-width: 768px) {
.background-media-text--template--15362576318651__16500464547186b46f {
background: #362f2d !important;
}
}
You can change the color code to your liking.
Hope it helps!
Hi @LitExtension YOU ARE AMAZING. Thank you so much!! I love the way it looks now. Is there any way you can help me with the coding for the same situation just below? It's the photo of the two lightbulbs.
Really appreciate your help!
This is an accepted solution.
Hi @KateBen,
If you want to change the color different from the above section, you can use the following code:
@media screen and (max-width: 768px) {
.background-media-text--template--15362576318651__1650046689370ae931{
background: #362f2d !important;
}
}
Hope it helps!
THANK YOU SO MUCH! Really appreciate your help!!
User | RANK |
---|---|
40 | |
33 | |
13 | |
10 | |
8 |