There are 5 text boxes on my page and whenever I change the background color of one text box, it gets replicated to the other four text boxes also. The same thing is happening while working with icons also. How to stop it.??
It sounds like you are updating the element style rather than the element color itself. Styles are shared across elements, so either create other styles, or remove the current style and do it manually.
How to manually change the color of each icon without using styles. Can u explain the steps…?
Open your element and find the dropdown called Style. Click on the text “Clear style” (something like this). Don’t click to edit the style.
1 Like
Thnks man…its working
This topic was automatically closed after 70 days. New replies are no longer allowed.