Styling Advanced List Widget

Home Forums Calendar Products Events Calendar PRO Styling Advanced List Widget

  • This topic has 5 replies, 2 voices, and was last updated 9 years ago by Meghan Fuller.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1268252
    Meghan Fuller
    Participant

    I have used the following code to style my advanced list widget:

    #top .eventsmain .tribe-events-adv-list-widget .list-date {
    background: black;
    color: white;
    }

    #top .eventsmain .tribe-events-adv-list-widget .list-date .list-dayname {
    background: #d5120c;
    color: white;
    }

    How do I change the color of the date (the number not the month/day of the week) from black to white?

    Thanks so much!

    #1268309
    George
    Participant

    Hey Meghan,

    Thanks for reaching out!

    These sorts of questions are unfortunately ones we cannot help with 🙁 Read more about this fact on this page ? https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/

    To write custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you want to change.

    As a quick example to hopefully help you get started in the right direction here, you might find that this bit of CSS helps to make the day number text white:


    span.list-daynumber {
    color: #fff !important;
    }

    I hope that helps! If not right away, tinker a bit using the tools and methods I shared above to get the CSS to apply.

    Best of luck with your customizations!

    George

    #1268491
    Meghan Fuller
    Participant

    Thanks George. That little bit of help was all I needed. Thanks so much!

    #1268861
    George
    Participant

    Awesome — best of luck with your site! 😀

    — George

    #1278614
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Styling Advanced List Widget’ is closed to new replies.