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,