- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Need to change bullets and radio button alignment on forms
SOLVEMar 29, 2017 11:21 AM
I inherited a terrible way to show a bulleted list: orange triangles that are not indented with oxygen font that is barely readable. I want to change these to orange circles with Trebuchet MS that are indented but I cannot locate the triangles in the code (I've searched for 2023 and 8227). Also, when I list radio choices on my blog subscription form, the default is to stack the radio buttons vertically; how do I align the radio buttons horizontally. Can anyone help me? Look at how bad this is: http://www.zerowait-state.com/news-blogs-events-press-releases
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Apr 7, 2017 4:07 PM
You need to remove
"list-style: outside none none;" from .body-container-wrapper ul
and
"list-style-type: none !important;" from .body-container-wrapper ul li
Those styles are in ZeroWait-State-Nov2015-style.css
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content