Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @lefleo

    These icons are actually added by default in the CSS!

    If you’re familiar with working with fontawesome and don’t mind editing a bit of CSS we’re happy to give you the steps to change them!

    Let us know if you have any further questions!

    All the best,

    Thread Starter lefleo

    (@lefleo)

    Hello @nrherron
    Thank you very much for your answer.

    Yes please, can you give me the steps to change them ?
    Thank you so much ??

    Florent

    Hi @lefleo

    Yes, so if you need to see the icon codes for fontawesome they can be found here: https://fontawesome.com/v5.15/icons?d=gallery&p=2

    Then you will want to grab the class for the icon you want to change with these steps: https://lifterlms.com/docs/css-structure/

    This will look something like this depending on the tab:

    
    .llms-student-dashboard .llms-sd-header .llms-sd-item.sl_profile>a:before {
        content: "\f2be";
    }
    

    You can actually probably just use this and swap out profile for whichever tab you need like .llms-sd-item.my-grades etc.

    Then you’ll want to add this css to Appearance->Customize->Additional CSS!

    Please let me know if you run into any snags!

    All the best,

    Thread Starter lefleo

    (@lefleo)

    Hi @nrherron
    Thank you so much for the code

    I try it.
    https://ibb.co/HGjqZn4

    But as you can see my icon is not displayed correctly.
    Maybe it comes from a cache problem. What do you think ?

    Thanks ??

    Hi @lefleo

    It could be a caching problem! If you clear the cache does this help?

    Otherwise, if you can send us the CSS you used we can try and replicate the issue and troubleshoot it from our sandbox site!

    Let us know if you have any questions!

    All the best,

    Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!

    Have a great day!

    Thread Starter lefleo

    (@lefleo)

    Hello,
    yes thank you it’s ok
    Thank you very much for your help ??
    Have a great day

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Icon on endpoint student dashboard’ is closed to new replies.