- Posts: 52
COMMUNITY FORUM
Remove bullet points from K2 content module
- NUNO ALEXANDRE NOGUEIRA
-
Topic Author
- Offline
- Senior Member
Less
More
13 years 6 months ago #57931
by NUNO ALEXANDRE NOGUEIRA
Remove bullet points from K2 content module was created by NUNO ALEXANDRE NOGUEIRA
Hello all,
Here's a simple question:
How do I remove the bullet points from the module k2 content?
Everything's looking great except the ugly bullet points that don't match the overall site design.
I guess this is a simple question, however, I couldn't find the configuration parameters yet.
Can anyone support?
Thanks!
:)
Here's a simple question:
How do I remove the bullet points from the module k2 content?
Everything's looking great except the ugly bullet points that don't match the overall site design.
I guess this is a simple question, however, I couldn't find the configuration parameters yet.
Can anyone support?
Thanks!
:)
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
13 years 6 months ago #57932
by Jiliko.net
Replied by Jiliko.net on topic Re: Remove bullet points from K2 content module
Hi Nuno,
There's already a thread about this here :
getk2.org/community/New-to-K2-Ask-here-first!/131-Bullet-on-mod-K2_content#131
Olivier
There's already a thread about this here :
getk2.org/community/New-to-K2-Ask-here-first!/131-Bullet-on-mod-K2_content#131
Olivier
Please Log in or Create an account to join the conversation.
- NUNO ALEXANDRE NOGUEIRA
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 52
13 years 6 months ago - 13 years 6 months ago #57933
by NUNO ALEXANDRE NOGUEIRA
Replied by NUNO ALEXANDRE NOGUEIRA on topic Re: Remove bullet points from K2 content module
Hi Olivier,
Thanks for your reply. I've checked the post, it seems other users have this problem, it's not a K2 bug I believe, but a template issue to be solved editing k2.css somewhere. I'll have a look.
Thanks for your reply. I've checked the post, it seems other users have this problem, it's not a K2 bug I believe, but a template issue to be solved editing k2.css somewhere. I'll have a look.
Please Log in or Create an account to join the conversation.
- NUNO ALEXANDRE NOGUEIRA
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 52
13 years 6 months ago #57934
by NUNO ALEXANDRE NOGUEIRA
Replied by NUNO ALEXANDRE NOGUEIRA on topic Re: Remove bullet points from K2 content module
Hello,
The way to fix this is not the css but the file default.php in mod_k2_content\tmpl\
There you can chage the <ul> by a <p> and remove the bullet point.
Hope this helps!
The way to fix this is not the css but the file default.php in mod_k2_content\tmpl\
There you can chage the <ul> by a <p> and remove the bullet point.
Hope this helps!
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 6 months ago #57935
by william white
Replied by william white on topic Re: Remove bullet points from K2 content module
Two ways to get at the same thing
Please Log in or Create an account to join the conversation.