Okay
  Public Ticket #3116535
Icon List Item Border & Toggle Panel Underline
Closed

Comments

  •  3
    jasonjzotara started the conversation

    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? 

  •  1,877
    Judith replied

    Hello 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.


  •  3
    jasonjzotara replied

    That worked! Thank you so much. You have the best support I've experienced with theme creators. Much appreciated!