- Posts: 32
- Thank you received: 0
custom CSS for module membership status - modul class suffix
- artax
- Topic Author
- Offline
- Junior Member
-
Less
More
3 years 6 months ago #150202
by artax
custom CSS for module membership status - modul class suffix was created 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):
However, the module seems immune to any change (I tried other rules as well).
Am I doing something wrong?
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;}
Am I doing something wrong?
- Tuan Pham Ngoc
- Offline
- Administrator
-
3 years 6 months ago #150205
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic custom CSS for module membership status - modul class suffix
Hello
Change the css code to:
Then check it again. It should address the issue
Tuan
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
-
Less
More
- Posts: 32
- Thank you received: 0
3 years 6 months ago #150213
by artax
Replied by artax on topic custom CSS for module membership status - modul class suffix
I am sure it will. But does that mean the module suffix doesn't work? Is that a bug?
Can it be fixed?
Thanks.
Can it be fixed?
Thanks.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
3 years 6 months ago #150214
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic custom CSS for module membership status - modul class suffix
Currently, the module does not use module suffix. However, it is not used for that purpose anyway
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.