Simple Steps to change font color

Home Forums Calendar Products Events Calendar PRO Simple Steps to change font color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #109251
    Ruth Woltmann
    Participant

    Hi. I have spent a ton of time sifting through documentation, forum posts etc and cant seem to find a simple explanation on how to change the color of my font for my calendar. Right now, there is a white background and white type on that background for my event info. I want to make the font throughout the calendar detail to be 666666.

    Please I need quick help without having to make specific directories/subdirectories, read this post read that post etc. Too complicated.

    #109417
    Barry
    Member

    Yes that is rather odd and seems to be something that is specific to your theme. A set of rules like this should help:

    #tribe-events h1,
    #tribe-events h2,
    #tribe-events h3,
    #tribe-events h4,
    #tribe-events h5,
    #tribe-events li,
    #tribe-events dt,
    #tribe-events dd,
    #tribe-events a,
    #tribe-events p {
    color: #666;
    }

    Your theme appears to support custom CSS so you could try adding the rules to the appropriate field there, or else you could set up a custom tribe-events.css stylesheet (following the instructions in our Themer’s Guide) – does that help?

    #109508
    Ruth Woltmann
    Participant

    Ok that did the trick! Thank you. One more thing….I noticed that the Add to iCal and Add to Google Cal buttons now have 666666 as the default color as seen http://www.piclutheran.org/event/worship-2-2/2014-03-01/

    which of the styles above affects those buttons?

    #109870
    Barry
    Member

    Hi!

    You could add further rules along these lines:

    .tribe-events-ical.tribe-events-button,
    .tribe-events-gcal.tribe-events-button {
    background: #fa0;
    }

    Does that help?

    #118228
    Barry
    Member

    It’s been a while so I’ll close this thread (hopefully you got this one sorted) – if we can help with anything else please don’t hesitate to create new threads as needed 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Simple Steps to change font color’ is closed to new replies.