how to change the corner radius of a strip

Hello,
I want to change the corner radius of a strip as per making an element accourding to the interface, but i have not get anything helpfull, Please help me out from this.

I have wanted to accomplish the same thing, radius corners of strip. I don’t think it is possible. I wish WIX would add this feature. If you figure out please let me know.

Do you want to have it be done - → programatically ?

If not - → You could just try to add your strip onto your page.
Setting it to - - > TRANSPARENT (if possible).
adding a box into the strip - - → editing its CORNER-DESIGN and giving the box a BACKGROUNDCOLOR.
Stretching the box to the fullsize of the STRIP.

Now, if everything worked like i expect, you should now be able to see just the colored box with rounded edges.

But since i did not test it, maybe i am wrong, and it does not work.

Sounds logical work-around to me. I have another work-around. Use a radius corner background image. Would just be convenient if WIX would recognize the need. Less time and effort to accomplish same thing.

I tried this, but was not successful.

$w("#columnStrip2").style.borderRadius = "50px";

The Velo documentation states which elements “borderRadius” can be applied to and strips are not included.
"Description
The border radius value is a string representing the element’s border radius in pixels. For example, “1px”.
This style can be used with the following elements:

  • Button

  • Checkbox

  • Dropdown

  • TextBox

  • TextInput

  • UploadButton
    "

Yes correctly!

First always read, what ELEMENT-API’s, offering you what kind of options…
https://www.wix.com/velo/reference/$w/columnstrip