manjetesmorts Posted February 15, 2023 Share Posted February 15, 2023 (edited) Hello, I'm wondering how to get an impact on the front-end that will show the customer on which size he is because atm we only can see it on the url ? Maybe I should implement a custom css code that will add a background of the selected radio button in #F2BBC9 ? I tried to do it with the active option (normal-hover-[active]) with Creative Elements but I can't do it... NB : the problem isn't there on tablet and mobile, only on desktop Edited February 15, 2023 by manjetesmorts (see edit history) Link to comment Share on other sites More sharing options...
CinqEuros Posted March 6, 2023 Share Posted March 6, 2023 Hi, You can achieve this by using :checked this way --> yourRadioClass:checked { background-color: #F2BBC9; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now