• Resolved blasyfeel

    (@blasyfeel)


    Hello, I would like to know how to add a small icon on the links I add in the dashboard? I added a link in “tutor_dashboard / instructor_nav_items” but it is without icon

Viewing 1 replies (of 1 total)
  • Hello @blasyfeel!

    You can try this CSS, using this CSS you can change the icon.

    .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a::before {
    content: “X”;//here can set your icon
    }

    Can Add CSS in Appearance => customize => additional CSS

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘How to add an icon on the add to dashboard link’ is closed to new replies.