Okay
  Public Ticket #1996242
fancy unordered list
Closed

Comments

  • sara started the conversation

    Hello guys

    I need your help to edit the style of the fancy unordered list please.

    please see the attached image, I need to edit the font but I don't know if I can do it in the style editor or I need something custom.

    Best regards and thank you for your help 

  •  8,994
    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-ul ul li {
        font-weight: 600 !important;
    }

    Thanks


    ThemeNectar Support Team