Capsule feature request

Feel free to post a link. It won’t take very much time to figure it out.

1 Like

Okay Don, here it is: https://www.oscarcreations.com/projects/2023/test/toggle/

Thanks again!

Try this:

/* Hide Icons for Elixir Graphics - Capsule Toggles */
.elixir_trigger i {
    display: none;
}
/* Remove Left Spacing with Hidden for Elixir Graphics - Capsule Toggles */
.toggle_open, .toggle_closed {
    padding-left: 0 !important;
}
.trigger_label, .trigger_label_open {
    margin-left: 0 !important;
}
2 Likes

Done and published, but not the result you want, I suppose …

When the code was pasted above, the initial “/” was missed. I’ll edit it now.

Edited the code. Try again.

1 Like

Yes!!

Many thanks!!!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.