Simple way of changing color of all links?

Home Forums Calendar Products Events Calendar PRO Simple way of changing color of all links?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #531730

    Hi!

    Is there a way to simply change the color of all links in the events calendar? My site used a red-ish color on its links, but in the events calendar the links are blue. I’ve changed a few links individually, but is there a simple way to change them all?

    I’d also like to change the bg-color of the “present” day header-color (which is blue-ish by default), but can’t seem to find the right css-path…

    #532479
    Barry
    Member

    Hi Torbjøn!

    Setting up a custom tribe-events.css file to house these events-specific changes is a great starting point – and you can find out more about setting this up in our Themer’s Guide 🙂

    A rule like this should allow you to change link colours across the board:

    #tribe-events a { color: red !important; }

    I’d also like to change the bg-color of the “present” day header-color (which is blue-ish by default), but can’t seem to find the right css-path…

    I’m not quite clear what you’re referring to – give you point me to an example of what you wish to change?

    Thanks!

    #532591

    Hi!

    That rule worked wonders. Althought it worked a bit too well. It also changed the color of the dates with events in the month view (see: http://freistnad.bls.no/kalender/). Those should be white…

    About my second question you can see here: http://freistnad.bls.no/kalender/. On the present day the header of the date is highlighted in blue. I’d like to change that color to a different one.

    Hope that makes more sense now 🙂

    #532650
    Barry
    Member

    Yes – so would a rule like this work for the present day background?

    .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] { background: pink }

    #532670

    Perfect. Thanks!

    #533146
    Barry
    Member

    Pleasure!

    I’ll go ahead and close this topic – but if any other questions crop up that we might be able to assist with definitely do feel free to create new topics as needed and one of the team will be only too happy to help 🙂

    Also, if you have a moment, we’d love to hear your thoughts on The Events Calendar over on our review page. Thanks again!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Simple way of changing color of all links?’ is closed to new replies.