• Resolved dragcentricdeb

    (@dragcentricdeb)


    I would like to edit the CSS to ideally make the div with the blue background which says “There were no results found”:

    First choice: Make it NOT visible
    Second choice: Change the bacground color to white

    I have tried adding the following code to my stylesheet but it isn’t working:

    .tribe-events-notices li {display: none; background-color: #ffffff !important;
    }

    I’ve been able to change other rules related to the display of this plug in successfully. What am I doing wrong here?

    Also is there an easier way – withing the plugin settings – to edite the CSS or just mandate a color scheme?

    Thanks!

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dragcentricdeb

    (@dragcentricdeb)

    Also I would like to change the background color of the table cell that displays the current date. How do I do this? Thanks again!

    HI @dragcentricdeb,

    Thanks for reaching out! We don’t support CSS customizations but I’ll drop some lines here for your first question:

    .tribe-events-notices {
        display: none;
    }

    For further information about customizing the look of our plugin, check out our Themer’s guide.

    Please bear in mind I will not be able to follow-up on any CSS customization here. That said community members can always help here ??

    Best,
    Nico

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing CSS’ is closed to new replies.