I’ve read a bunch of documentation and nothing seems to work. I am attempting to round the corners of the Wix product page and there is no default way to do this, and I am not able to apply any styling to this element. any ideas? I’ve tried both of these. Any help would be much appreciated.
$w( “#productPage1” ).style.borderRadius = “30px” ;
$w( “#productPage1” ). = <p style = "color:red" > ${$w( "#productPage1" ).text}</p>
;