Hi, i’m looking to be able to remove some of the options (my website doesn’t resize properly to the ones that increase text size). Does anyone have any recommendations of JS that could do this?
1 Like
Hi there, @Ryan_Casey and welcome to the Community ![]()
Here is the code that will remove a specific mode from the widget:
[class*="mode-item__Container-sc"]:nth-child(2) {
display: none;
}
Here you should set the number of the mode and add the resulted code to the Custom CSS field on the Settings tab of your widget’s settings:

However, if you could share a link to the page, where your widget is installed, we’d be happy to check why the mode doesn’t function correctly on your website ![]()