How to change list icon colour?

Home Forums Calendar Products Events Calendar PRO How to change list icon colour?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1134944
    Stephen
    Participant

    HI,

    I can’t work out how to change the colour of the list icons on the events pro. Can you please help. I’d like the grey to be a blue to match the colour on my website. Blue colour is the same as buttons in pic below.

    #1135220
    Nico
    Member

    Howdy Stephen,

    Welcome to our support forums and thanks for reaching out to us. I’ll help you on this one!

    To change the icon color paste the CSS snippet below into your theme’s (or child theme’s) stylesheet:


    /* Change advanced list widget icon background color */
    .tribe-mini-calendar-event .list-date {
    background-color: #2877b8;
    }

    /* Change advanced list widget date name color */
    .tribe-mini-calendar-event .list-date .list-dayname{
    color: #2877b8;
    }

    You can also user Simple Custom CSS plugin to apply this custom style.

    Please let me know if this works as expected,
    Best,
    Nico

    #1135387
    Stephen
    Participant

    Hi Nico,

    Thanks for your reply. I’ve tried both of these options and it hasn’t changed the colour.

    Any other suggestions?

    #1135653
    Mathew
    Participant

    You may need to add the !important declaration to the CSS. Give it a try.

    /* Change advanced list widget icon background color */
    .tribe-mini-calendar-event .list-date {
        background-color: #2877b8 !important;
    }
     
    /* Change advanced list widget date name color */
    .tribe-mini-calendar-event .list-date .list-dayname{
        color: #2877b8 !important;
    }
    
    #1135881
    Stephen
    Participant

    Thank you very much! Greatly appreciated. Keep up the good work!

    #1135988
    Nico
    Member

    Thanks for the heads up and the kind words Stephen!

    Mathew, thanks so much as usual for helping out, you truly rock 😉

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change list icon colour?’ is closed to new replies.