Junichiro Taira
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Changing radio button background-color after click.
Started by: Junichiro Taira
in: Toolset Professional Support
Problem: Solution: .radio.active label { background-color: #ebebeb; } 2. In Filter Editor >> JS editor >> please add this JS and modify as needed: jQuery(document).ready(function($){ $(document).on('click','.wpv-filter-form .radio', function(){ $('.wpv-filter-form .radio').removeClass('active'); $(this).addClass('active'); }); }); |
2 | 10 | 7 years, 3 months ago |