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);
}