Enlightlite Theme Problem

Enlightlite Theme Problem

بواسطة - The Potato
عدد الردود: 4

Hello, I have this certain problem with enlightlite theme. When I navigate through the course participants I have to hover in each participant to be able to see their names. How do I modify the theme in a way where I can see all their names without hovering? I am using moodle version 3.9 on pc .Thank you very much.

 

 
problem
متوسط التقييمات: -
رداً على The Potato

Re: Enlightlite Theme Problem

بواسطة - Jon Bolton
صورة Particularly helpful Moodlers صورة Testers

The users’ names are hyperlinks. The hyperlinks on that page are the same colour as the background, so effectively invisible until you hover over them. That’s not normal behaviour. If you haven’t changed any colours in the theme settings, you’ll need to raise it with the theme developers. On the theme page in the plugins database, their bug tracker is https://bitbucket.org/lmsace/enlightlite/issues

رداً على The Potato

Re: Enlightlite Theme Problem

بواسطة - Yazmin Hernández
Hello, the same thing happens to me and I had to change the style, did you solve it? Can you share with me how you solved it please.
رداً على Yazmin Hernández

Re: Enlightlite Theme Problem

بواسطة - Leon Stringer
صورة Core developers صورة Particularly helpful Moodlers

Under Site administration ▸ Appearance ▸ Themes ▸ ENLIGHTLITE THEME SETTINGS under MISCELLANEOUS ITEMS try setting Custom CSS to:

#region-main-box #region-main .generaltable th a {
    color: var(--white);
}