Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Fithry

    (@fithry)

    Is there any way that I can add a hyperlink under Event Location? In this case, a link to a google map?

    http://singaporeminingclub.com/events/

    Hi,

    In the css of your theme the list item has the list-style ” list-style-type: disc”

    so, you’ll have to set the disc-style to “none”

    in event-list.css replace:

    li.event {
    	clear: both;
    	margin-top: -15px
    	margin: 0 0.5em 1.5em 0.5em;
    	zoom: 1; /* Fix for IE 6+7 */
    }

    by

    li.event {
           list-style: none !important;
    list-style-type: none !important;
    	clear: both;
    	margin-top: -15px
    	margin: 0 0.5em 1.5em 0.5em;
    	zoom: 1; /* Fix for IE 6+7 */
    }
    Thread Starter Fithry

    (@fithry)

    This works! Thanks!

    btw, is there anyway you can help see if I can add a hyperlink under Event Location field?

    which version do you use?

    in the latest version you can use html tags, hyperlinks in the event location field

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Oversized dot in the event date’ is closed to new replies.