1

Trying to change the color of the tooltip text from default to red

enter image description here

Payment initiated during night time (00:00 – 06:00) needs to be red

1
  • Checked your devtools to find out the class used in the DOM? This is the way to go. Feel free to drop us a minimal reproducible example or more context if you want some help. Commented Nov 22, 2022 at 13:57

1 Answer 1

1

Please add new class if you want or you can use the current same class. Below is the example where I have used class name as redtexttooltip:

Example code:

.redtexttooltip + .tooltip > .tooltip-inner {color: #f00;}

Please check and let me know if you find any issues

Sign up to request clarification or add additional context in comments.

2 Comments

Probably needs a deep here, on top of a longshot class name.
Sorry, didn't get your words

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.