Hello, How do I change the Strong tag color for one specific page?
Hey griswoldcleveland,
You would need to target that pages id. Can you provide a link to the site/page in question so we can look into the problem further?
Best regards,
Jordan Shannon
Sure, here you go!
Hi,
So the following should work. Adjust the color to whatever you need it to be:
.page-id-885 strong{
color:green!important;
}
Best regards,
Jordan Shannon