Support » Plugin: Timely All-in-One Events Calendar » [Plugin: All-in-One Event Calendar] Changing background colour or text colour on single event page

  • Resolved cobweb141

    (@cobweb141)


    Hi,

    I’m fairly new to web design, and just had a quick query about this plugin. Currently there is a light background next to “Where”, “Contact” and “Categories” on the single event page, and due to my theme, my text also appears in a light colour, so it is barely visible.
    I was wondering which file and portion of code I might want to edit in order to change the background to transparent so the text is visible. Is it one of the css files in the plugin folder?

    I also note the event timing is wrong at the top of this section as well, but have just seen that this is being addressed in the next version.

    This is what it looks like: http://www.union.ic.ac.uk/acc/lacrosse/ai1ec_event/drs-and-nurses-pubcrawl/

Viewing 3 replies - 1 through 3 (of 3 total)
  • filename: screen.css
    location: wp-content/themes/modularity-lite/library/styles/screen.css
    line: 65
    Change from: tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
    change to: tbody tr:nth-child(even) td, tbody tr.even td {background:transparent;}

    Thread Starter cobweb141

    (@cobweb141)

    Thanks very much!

    Hi,

    Is there a way to display the event name before the event time on the calendar?

    Right now it looks like this:

    14h00 min Event na…

    But I would like to see only the event name

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Changing background colour or text colour on single event page’ is closed to new replies.