Background color of Button Selector buttons cannot be changed

[ad_1]

In the CSS file , the default background color of selected Button Selector buttons are set as !important, effectively making it impossible for the user to change the background color in any way (except for editing the plugin file RNMainButtonSelectionField_bundle.css directly):

.buttonselectoritem.rnSelected{
    background-color: #FFE2E3 !important;
    border-color:red;
}

It should be:

.buttonselectoritem.rnSelected{
    background-color: #FFE2E3;
    border-color:red;
}

The page I need help with: [log in to see the link]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer