Different visualization mobile and desktop dawn theme

I have a problem with the visualization of the rich text section under the banner, in mobile version (iphone is showing like picture (second number is gray and has an underline, link https://ibb.co/j3nk811

it is showing fine on desktop, is there a way to fix this?

website:

https://jrgtruckingandtransport.myshopify.com

thanks for your help

Hi @urbantis
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.rich-text__blocks a {
text-decoration: none!Important;
color: black;
}

Hey @urbantis .

Thanks for reaching out.

Did the coding change advised by @ExpertRookie , do the trick? If so, be sure to mark their post as a solution to inform others that may view the thread.

I appreciate you letting us know which theme is being used as that is very helpful! Just to gather some additional context, did you make any custom coding changing to your online store?

Looking into the Dawn theme, I noticed that we can make changes to the rich text section by using the Theme Editor. However, if the rich text is displaying differently on the desktop version and mobile version of the online store, it could be due to the coding of the theme. In this case, since the Dawn theme is designed and supported by Shopify, we can use free design time for Shopify themes to have our internal team make the changes on your behalf to have the section displaying as you would like.

If you are interested in using design time, you will need to login to your online store using the Contact Us page. This will allow us to securely verify you as the store owner before speaking directly with a Support Advisor about the changes you would like to see.

Looking forward to your response, let me know if you have any questions.

Yes, I had to change color: white!Important instead of color: black

but it is working now, it is Dawn version7.0.1, and this issue was only happening with iphone :slightly_smiling_face: I appreciate your help.