Project Index showing active background color even not on project page
-
Hello, I encountered a problem with the "project index" plugin. On my header page I got a list of all my projects using the project index plugin. Normally the list would appear only with white font and lines (transparent background). But the very first project got a column in black background color even though I am not on its current project page for the moment --> here is the description how lay theme should handle it, but it is not working correctly: Active Background Color (A project is active means you are on its project-page currently). For reference you find my project index on the very bottom of this page where everything beside the list should be transparent.

-

i see this one has a black background because it thinks its currently on that project :/
can you just edit the projectindex element in the gridder and remove the black color?
-
Many thanks for the quick reply. Actually that is what I tried to do. But the settings of the Plugin don't allow for transparent background. Should I try to solve the issue within CSS ?
-
mmh yea you're right, i need to change this
.lay-project-index-current-project{ background-color: transparent!important; } .lay-projectindex-row, .lay-project-index-current-project.lay-projectindex-row{ background-color: white!important; }use this css, does it work?