What CSS to change for this item

Hi. I’m trying to get customization configured for my site. I have installed an events management plugin. I’m trying to customize the colors and they have suggested I reach out to you because they do not know where/what to change to address these particular elements. Nothing I change anywhere is addressing the issue. You can see on screen shot here here: https://share.getcloudapp.com/eDunlO4x

See it in action here: https://folsomla.com/events/

The lower item turns brown when you hover. I just want to change that to something very light, same with the back/forward arrows at the top.

Thanks in advance for your help.

Comments

  • Hi,

    Please, try the following CSS code:

    .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
     background-color: #f9e3c7!important;
    }
    .tribe-events-page-template .tribe-events-c-top-bar__nav button{
     background-color: transparent!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.