Comments 3jasonjzotara started the conversationSeptember 1, 2022 at 6:10pmHi there, I am trying to update the color of the border on the "icon list item" as well as the underline for the "toggle panel". I've attached an image with further clarification.Is there a way to do that via CSS? 1,877Judith repliedSeptember 1, 2022 at 6:26pmHello There,Thanks for keeping in touch.Please try this css: div[data-style="minimal_small"] .toggle > .toggle-title:after, div[data-style="minimal_small"] .toggle > .toggle-title:before { background-color: rgb(201 49 49);} .nectar-icon-list[data-icon-style=border] .list-icon-holder { border: 2px solid rgb(26 66 126);} .nectar-icon-list:after { background-color: #3f82ff;}Thanks.1 Like 3jasonjzotara repliedSeptember 1, 2022 at 7:02pmThat worked! Thank you so much. You have the best support I've experienced with theme creators. Much appreciated! 1 Like Sign in to reply ...
Hi there,
I am trying to update the color of the border on the "icon list item" as well as the underline for the "toggle panel". I've attached an image with further clarification.
Is there a way to do that via CSS?
Hello There,
Thanks for keeping in touch.
Please try this css:
Thanks.
That worked! Thank you so much. You have the best support I've experienced with theme creators. Much appreciated!