How to change color of html email using javascript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change color of html email using javascript ?

15th Sep 2021, 9:52 AM
Milan Jakhotra
Milan Jakhotra - avatar
3 Answers
0
Do you mean Javascript? Or really Java?
15th Sep 2021, 9:56 AM
Lisa
Lisa - avatar
0
Yes sorry
15th Sep 2021, 1:54 PM
Milan Jakhotra
Milan Jakhotra - avatar
0
Get the element and store it in a variable. Then you can either change the elements color directly with .style.backgroundColor / .style.color or you could add and remove css classes
15th Sep 2021, 1:57 PM
Lisa
Lisa - avatar