Transparent background for drop downs

Created on 10 March 2025, about 2 months ago

Problem/Motivation

The drop down menu has a transparent background which makes it hard to see the options in the list. Seems like it only happens for the Group module "Operations" menu drop down. But I did not have an issue with this until I recently updated the Solo theme to v1.0.14.

Steps to reproduce

Install the Group module ( https://www.drupal.org/project/group β†’ )
Create a group. Add at least one member inside the group.
Navigate to the group click on the "Members" tab.
Click on the drop down under the "Operations" column. Notice the transparent background for the drop down list.
(Please see attached screen capture)

Not sure if the cause of this issue has to do with Solo or with the Group module.

πŸ› Bug report
Status

Active

Version

1.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ikam
  • πŸ‡ΊπŸ‡ΈUnited States flashwebcenter Austin TX

    Hi,

    The latest release removed forced colors from child elements in any region, giving users more flexibility to apply their own styles. If you want to set a background color for the dropdown, you can add this CSS in the theme settings:

    #page-wrapper ul {
      background-color: blue;
    }

    At the same time, I’ve updated the dev version to automatically add a background color when the ul is used as a dropdown.

    You can either apply your preferred color manually or switch to the dev version for the update. Let me know if you need any help!

    Best wishes,
    Alaa

  • πŸ‡ΊπŸ‡ΈUnited States flashwebcenter Austin TX
  • Hi Alaa - I've tried out the changes in the dev branch. It's displaying the drop downs perfectly now (tested on Firefox 136.0 and Chrome 134.0.6998.35). Thank you so much for your fast response - much appreciate it!

  • πŸ‡ΊπŸ‡ΈUnited States flashwebcenter Austin TX

    Thank you for testing and confirming. Glad to hear the issue is resolved. Feel free to report any new concerns. Appreciate your feedback!

    Best wishes,
    Alaa

  • πŸ‡ΊπŸ‡ΈUnited States flashwebcenter Austin TX
Production build 0.71.5 2024