How Do I remove the Select Options Button?

How can I hide/remove the select options buttons found here: http://areliasdream.com/shop/product-category/outerwear/

Hi @balanced,

I hope you are well today and thank you for your question.

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.gridlist-buttonwrap .add_to_cart_btn.btn-default.product_type_variable {
    display: none;
}

Best Regards,
Movin

I tried this custom css but the select options buttons are still visible. Any other suggestions? Or is there something I’m overlooking?

http://areliasdream.com/shop/product-category/all/

The provided CSS code should work. Could you please try adding it in the top of the custom CSS option and removing any comments added in it?