Re-starting the discussion on this thread
I added the following CSS to page attributes
input[name="emp_ig_toolbar_my-action"]:checked+label {
border-color: #2370c2 !important;
background-color: #2370c2 !important;
color: #f9f9f9 !important;
box-shadow: none !important;
}
Questions
- This works on my example page but not in my application. When I paste the same snippet in Chrome Dev Tools, it works. Any ideas?
- How can the radio button be checked and styled at page load based on the value of a hidden page item?
Thanks
Update: Please disregard #1, my mistake, it works fine,