• Resolved auitje

    (@auitje)


    I’m very pleased with the Spiffy Calendar plugin! I’ve included the Upcoming Events list on the top of my home page. Because it has a dark picture as background, I want to change the color of the title and text of the events in a differtent color. How can I do that?

    Help appreciated!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Your theme’s colors are used for the list. You would need to add some CSS rules to change it. If this is the only place you use the calendar, you could try this:

      .spiffy * {
      color: white;
      }

      Thread Starter auitje

      (@auitje)

      Thanks for this quick response. It works – partly:

      • the title is still black, so how can I change that color as well?
      • the text of the popup/flylover for a specific event is now also white on a yellow background… how to make that text black again?
      • In addition – but maybe that should be a separate ticket? – I see that the popup seems to be cut off at the bottom of the picture… Is that correct? Can that be prevented?

      Thanks again for additional help!

      Plugin Author Spiffy Plugins

      (@spiffyplugins)

      The title is not generated by my plugin.

      The calendar popup text can be fixed with this:

      .spiffy .spiffy-popup * {
      color: black;
      }

      The cut-off is caused by your placement. The area you display it has overflow clipped or hidden, which will cut off the popup.

      Thread Starter auitje

      (@auitje)

      Thanks – maybe a different placement would be a better fit…

    Viewing 4 replies - 1 through 4 (of 4 total)
    • You must be logged in to reply to this topic.