0

I need help with writing commands in DevTool console. I want to change some params of selected element, like on screenshot.

enter image description here

I want to change width, color, opacity. With console code, not manually!

For example, this code (with different class name) work on this webpage (stackoverflow.com), but doesn't work on my target page. I try to do it on browser game, HTML page.

$('.blackjack-seat__icon').css({'width': '20%', 'opacity':'1', 'color':'red'});
Zoe
  • 27,060
  • 21
  • 118
  • 148
  • Can you provide a link to this page? – Kayce Basques Oct 11 '18 at 20:44
  • Reading your screenshot, you're trying to set the background attribute of an `` element using CSS. I don't think that will work. See also https://stackoverflow.com/questions/11293026/default-background-color-of-svg-root-element – Corion Oct 12 '18 at 13:33

0 Answers0