Re: image with text, the text color cannot change under mobile view

Solved

image with text, the text color cannot change under mobile view

clementjaw001
Shopify Partner
25 0 2

My image with text color cannot change color under mobile view, can anyone help. My current color is white, I want to change to black. The code of the image-with-text.liquid file has been modified before, so it is forced to display only white color text. 

 

 

Accepted Solution (1)
suyash1
Shopify Partner
10711 1324 1699

This is an accepted solution.

@clementjaw001 - add this css

.image-with-text .grid__item .button{color: #fff !important;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 17 (17)

Acme
Shopify Partner
69 8 13

Hi, @clementjaw001 
Could you please share your store url?

clementjaw001
Shopify Partner
25 0 2

URL: dtimelesscustomgift.com

Acme
Shopify Partner
69 8 13

@media screen and (max-width: 749px) {
  .so-homepage .section-template--{{section.id}} .image-with-text__text-item * {
      color: #fff !important;
   }
}
please remove this block in image-text.liquid and then use color scheme in setting.
Hope you are doing well.

Acme_0-1723040774590.png

 

suyash1
Shopify Partner
10711 1324 1699

@clementjaw001  using css the color can be changed, can you please share the website link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

Sure, url: dtimelesscustomgift.com
I enclosed the image to text code for your review.

 

suyash1
Shopify Partner
10711 1324 1699

@clementjaw001 - which section? can you give screenshot of it?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

Image with text under menu, slider section. www.dtimelesscustomgift.com, home page.text color cannot change.png

suyash1
Shopify Partner
10711 1324 1699

@clementjaw001 - I see it like this, you have added custom css already in css section, you need to make css fff as 000 so it becomes

 

@media screen and (max-width: 749px) {
    .so-homepage .section-template--18230638575866__bc896c5e-7dc0-4f00-8ebc-f071442f307e .image-with-text__text-item * {
        color: #000 !important;
    }
}

 

suyash1_0-1723040651275.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

Hi Suyash,

Can advise where can I change this css?

suyash1
Shopify Partner
10711 1324 1699

@clementjaw001 - I think it will be in that particular section if you open it in customize settings, if you find it difficult then I can check it for you, I will need collab code to send request for collaboration

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

It work, I manage to change the text for the content color to black. Wonder The "shop now" text can retain in white color? 

Acme
Shopify Partner
69 8 13

I think It's better to use color scheme for that. You can change color what you want.

Acme_0-1723044485027.png

 

suyash1
Shopify Partner
10711 1324 1699

This is an accepted solution.

@clementjaw001 - add this css

.image-with-text .grid__item .button{color: #fff !important;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

It work also! Really great. Wonder can you help me to check for another image with text also? 

Also on the front page, mobile view text color cannot change. I want the content text to change to white color for this section. The text color inside the button remain white.

second.png

suyash1
Shopify Partner
10711 1324 1699

@clementjaw001 - this section also has custom css added to it, where it has css #000 color, make it #fff and check, same like previous section in customize settings

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
clementjaw001
Shopify Partner
25 0 2

I cannot find this section to change the text color to white, only manage to change the first image with text color to black, can you help me to change? Collab code is 3633. url : dtimeless.myshopify.com

clementjaw001
Shopify Partner
25 0 2

I only manage to find 1 set of code that control the image with text color, cannot find second set, so I change the set of code I found, it will affect the second image with text color also. 
code.png