Mobil Page About Us Text Color

Posted in: Newspaper
Post count: 419

How do I edit my Mobil Page About Us text color? Desktop is white text but Mobil Page is black.

https://puertoricorealestatenews.com/

Thank you.

Post count: 35449

Hi,
Try with this custom css -> https://i.imgur.com/E81I1eh.png
.page-id-2 .tdc-content-wrap p{
color: #fff;
}

Thsic ode will apply only for that page.
Set it in theme panel > custom code> advance css> phone
Thank you!

Post count: 419

First paragraph did not change. Remaining text did.
What shall I do?

Post count: 35449

Hi,
That is because the first paragraph has a different tag -> https://i.imgur.com/5l2OFbw.png if you want that paragraph changed in with replace the above css with this one https://i.imgur.com/uee32xz.png
.page-id-2 .tdc-content-wrap p, .page-id-2 .tdc-content-wrap h5{
color: #fff;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.