Enlightlite Theme Problem

Enlightlite Theme Problem

autor The Potato -
Počet odpovědí: 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
Průměr hodnocení: -
V odpovědi na The Potato

Re: Enlightlite Theme Problem

autor Jon Bolton -
Obrázek: Particularly helpful Moodlers Obrázek: 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

V odpovědi na The Potato

Re: Enlightlite Theme Problem

autor 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.
V odpovědi na Yazmin Hernández

Re: Enlightlite Theme Problem

autor Leon Stringer -
Obrázek: Core developers Obrázek: 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);
}