Changing "Photo" label and icon

Home Forums Calendar Products Events Calendar PRO Changing "Photo" label and icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032852
    Mad Dog
    Participant

    I was trying to change the word “PHOTO” in the View As box of the events list along with the icon. Since we don’t use photos, Grid is a better term.

    I tried using the “Translation” function I use to change Organizer to Contact, and Venue to Location but it didn’t work. Nor did it work when I use the technique here: https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/

    I’m editing this because I did find an answer at: https://theeventscalendar.com/support/forums/topic/labels/

    However….how can I change the icon?

    THANKS

    • This topic was modified 10 years, 4 months ago by Mad Dog.
    • This topic was modified 10 years, 4 months ago by Geoff.
    #1033264
    Geoff
    Member

    Hey again!

    I just answered the first part of your question in the other thread you opened over here.

    As far as changing the icon, that can be done with CSS. The icon is being called as a background-image and can be changed using something like:

    .tribe-bar-views-list span.tribe-icon-photo {
    background-image: url("your/new/image/path.jpg")
    }

    Cheers!
    Geoff

    #1033498
    Mad Dog
    Participant

    Thanks! I should have noticed that. Glad you’re around when I’m too busy to stop and pay attention. (:})

    #1033523
    Geoff
    Member

    My pleasure! Thanks again for reaching out. 🙂

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing "Photo" label and icon’ is closed to new replies.