Okay
  Public Ticket #2428274
Unordered List with Checkmarks
Closed

Comments

  •  3
    MCHLKRFT started the conversation

    Hello,

    i have some trouble using Checkmarks instead of Bulletpoints as Symbols in Unordered Lists in the "Fancy Box".

    Is there a way to replace the standard bullets with custom Symbols like "✔️" or SVG files?


    Best regards,
    Michel



  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-fancy-box ul li:before {
        content: "\f00c";
        font-family: fontAwesome;
        left: 5px;
        position: absolute;
    }
    .nectar-fancy-box ul li {
        list-style: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    MCHLKRFT replied

    Hey Tahir,

    this works as intended! Thanks a lot!


    Best regards
    Michel