• Resolved katebutler

    (@katebutler)


    Hi, how do I change the default colour for the links on the calendar page? It’s currently orange and looks a bit rubbish with my custom colours.

    I’m using the plugin with the Suffusion theme and have checked all the custom settings so assume this orange colour is set in the plugin somewhere. Thank you!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    You could do that by visiting Settings > Formatting > Calendar > Full Calendar > Event Format and doing something like:

    <li style="color:#_CATEGORYCOLOR">#_EVENTLINK</li>

    or

    <li><a href="#_EVENTURL" style="color:#_CATEGORYCOLOR">#_EVENTNAME</a></li>

    Thread Starter katebutler

    (@katebutler)

    Thanks Marcus, I shall give that a try 🙂

    Thread Starter katebutler

    (@katebutler)

    I’ve managed to change the event links in the calendar from yucky orange to ice cool white by going to Settings > Formatting > Calendar > Full Calendar > Event Format as Marcus suggests and changing the default to:

    <li><a href="#_EVENTURL" style="color:#FFFFFF">#_EVENTNAME</a></li>

    The bullet point is still black which I can live but the clickable date link is still orange.

    Any clues anyone?
    Thanks 🙂

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    That’d require plain old CSS, you’d need to add that to your theme’s style.css theme, or use something like JetPack which allows you to add custom CSS to your theme.

    something like

    .em-calendar a {color:#fff !important; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar page – default colour for links’ is closed to new replies.