- Posts: 1
COMMUNITY FORUM
Remove Bullets
- tp07022
- Topic Author
- Offline
- New Member
Less
More
17 years 6 months ago #2912
by tp07022
Remove Bullets was created by tp07022
Is there a way to remove the bullets that appear. I centered my modules and now the bullets that appear in the list look odd. Any help would be appreciated.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Aurora
- Offline
- New Member
Less
More
- Posts: 5
17 years 6 months ago - 17 years 6 months ago #2913
by Aurora
Replied by Aurora on topic Re: Remove Bullets
There is a css file located in the modules directory mod_jw_srfr which is named mod_jw_srfr.css. Change the following line
to:
In short, change the last word in the line from "square" to "none"
Additionally, if you find the spacing off by 12 pixels when centering you can change the 12px to 0px. This is the specified left and right margin.
Warning: This will change the style of all modules which use the mod_jw_srfr module. If you change the css file as specified above, all RSS feeds which use the mod_jw_srfr module in your website will have no bullets.
WORD OF CAUTION: You should always make a copy of the original file before changing the working file. Copy the original file mod_jr_srfr.css to mod_jr_srfr.css.orig before changing the original.
ul.jw_srfr {margin:4px 12px;padding:0px;list-style:square;}
to:
ul.jw_srfr {margin:4px 12px;padding:0px;list-style:none;}
In short, change the last word in the line from "square" to "none"
Additionally, if you find the spacing off by 12 pixels when centering you can change the 12px to 0px. This is the specified left and right margin.
Warning: This will change the style of all modules which use the mod_jw_srfr module. If you change the css file as specified above, all RSS feeds which use the mod_jw_srfr module in your website will have no bullets.
WORD OF CAUTION: You should always make a copy of the original file before changing the working file. Copy the original file mod_jr_srfr.css to mod_jr_srfr.css.orig before changing the original.
Please Log in or Create an account to join the conversation.
- CardPlayer
- Offline
- New Member
Less
More
- Posts: 2
17 years 2 months ago #2914
by CardPlayer
Replied by CardPlayer on topic Re: Remove Bullets
hallo, i am running v1.2 and edited the css file as suggested, but still have bullets displayed - with the bullet image as per the style sheet for the rest of my website. Any help is much appreciated.
Please Log in or Create an account to join the conversation.
- Andrew Wildsmith
- Offline
- New Member
Less
More
- Posts: 4
16 years 10 months ago #2915
by Andrew Wildsmith
Replied by Andrew Wildsmith on topic Re: Remove Bullets
i have same problem do we have a fix for bullets left of text. :(
Please Log in or Create an account to join the conversation.