Title: Widget Customisations
Last modified: August 21, 2016

---

# Widget Customisations

 *  [aliveradio](https://wordpress.org/support/users/aliveradio/)
 * (@aliveradio)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/widget-customisations/)
 * I’d like to remove the bullet point from the widgets as I show them as individual
   elements – however when I do so, I seem to lose control of the font size – it’s
   no longer controlled by the djonair.css defined size.
 * Can you advise me how to remove the bullet and still control the colour/ size
   of the show link? You can see my problem at alive107.com.
 * [https://wordpress.org/plugins/radio-station/](https://wordpress.org/plugins/radio-station/)

Viewing 1 replies (of 1 total)

 *  [biggee71](https://wordpress.org/support/users/biggee71/)
 * (@biggee71)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/widget-customisations/#post-5057162)
 * How did you get rid of the bullet points?
 * I’m guessing that you deleted the li elements or ul tags from the widget.php 
   file right?
 * The widget styles the text using : <li class=”on-air-dj”>
 * If you’ve removed that line or the < ul > tags it will just be inheriting the
   styling from somewhere else on your page.
 * You need to specify a class for it.
 * Reverting widget_djcomingup.php back to how it was before and then adding CSS
   styling to remove the bullet points is the easiest way to do what you want.
 * Drop this in your main page to overwrite the djonair.css styling :
 *     ```
       <style>.on-air-list li,
       .widget .on-air-list li,
       .on-air-upcoming-list li,
       .widget .on-air-upcoming-list li {
       	font-size: 2em;
               list-style-type: none;
       }</style>
       ```
   
 * But be aware, that will remove all bullets points from all widgets, but I’m guessing
   that is what you want to do anyway…

Viewing 1 replies (of 1 total)

The topic ‘Widget Customisations’ is closed to new replies.

 * ![](https://ps.w.org/radio-station/assets/icon-256x256.png?rev=2905948)
 * [Radio Station by netmix® - Manage and play your Show Schedule in WordPress!](https://wordpress.org/plugins/radio-station/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-station/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-station/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-station/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-station/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-station/reviews/)

## Tags

 * [Bullet Point](https://wordpress.org/support/topic-tag/bullet-point/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 2 participants
 * Last reply from: [biggee71](https://wordpress.org/support/users/biggee71/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/widget-customisations/#post-5057162)
 * Status: not resolved