Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    This is happening because every other entry in our list widget is assigned the class “alt”. The css rule for the alt class in your theme is set in style.css on line 1445. If you need this rule for another part of the site, you can change it to be specific to that part of the markup and it will get ignored in the list widget. If you know you don’t need that dotted border anywhere, you can delete the border properties in that rule.

    Another option is to prevent our plugin from assigning the alt class. To do this, you create a new directory in your theme called events and copy our plugin file event-list-load-widget-display.php into that new directory. Then change the line <li class="<?php echo $alt_text ?>"> to <li>

    Justin

    Thread Starter RandyK

    (@randytsa)

    Thanks, Justin. That worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] Need to remove dotted box in last widget entry’ is closed to new replies.