custom CSS for module membership status - modul class suffix

  • artax
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
3 years 6 months ago #150202 by artax
Hi there,
the module membership status is displayed like a list: it shows a bullet.
Now, I'd like to apply custom CSS to the module and I've set a module class suffix; starting with a space, I added "suffix" like you see in the screenshot.
I see the module got the suffix via web developer tool.
I want to hide the bullet, I added this rule to the custom css (in a custom.css file in my template):
Code:
ul.suffix {list-style-type:none;}
However, the module seems immune to any change (I tried other rules as well).
Am I doing something wrong?

Please Log in or Create an account to join the conversation.

More
3 years 6 months ago #150205 by Tuan Pham Ngoc
Hello

Change the css code to:
Code:
ul.osm-active-plans-list {list-style-type:none;}

Then check it again. It should address the issue

Tuan

Please Log in or Create an account to join the conversation.

  • artax
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
3 years 6 months ago #150213 by artax
I am sure it will. But does that mean the module suffix doesn't work? Is that a bug?
Can it be fixed?
Thanks.

Please Log in or Create an account to join the conversation.

More
3 years 6 months ago #150214 by Tuan Pham Ngoc
Currently, the module does not use module suffix. However, it is not used for that purpose anyway

Tuan

Please Log in or Create an account to join the conversation.