List View Month Separator styling question

Home Forums Calendar Products Events Calendar PRO List View Month Separator styling question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1613494
    b.saravia
    Participant

    When displaying list view as an alternative while the Month view bugs get fixed, this white bar appears above each month’s events. Not too sure where the color is pulling from as it doesn’t appear to be from the site’s theme. Can someone point me in a direction where to adjust the color?

    #1614437
    Courtney
    Member

    Hi Jin

    It’s a bit hard without a link to the live site to troubleshoot this. I’m using https://wpshindig.com/events/list/ as an example to get the css code for you instead.

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .tribe-events-list-separator-month span {
        background-color: #000;
        color: #fff;
    }
    

    Let me know if that works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1614580
    b.saravia
    Participant

    This reply is private.

    #1615754
    Courtney
    Member

    Hey Jin

    On your home page I tested out the code and could see the background as black and text as white.

    Here’s the complete code tested on the front of your site:

    .tribe-events-list-separator-month span {
        background-color: #000 !important;
        color: #fff !important;
    }
    .tribe-events-loop .tribe-events-event-meta {
        background-color: #000 !important;
        Background: #000 !important;
        color: #fff !important;
        border: 0 !important;
    }
    
    

    You can test out removing the !important tag as well as matching up the precise colors.

    Thanks
    Courtney ๐Ÿ™‚

    #1615841
    b.saravia
    Participant

    Courtney,

    Thank you so much! That seems to have did the trick.

    #1616044
    Courtney
    Member

    Great! I’ll close out this thread for now, but do let us know if you run into other issues.

    Thanks
    Courtney ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘List View Month Separator styling question’ is closed to new replies.