Custom CSS not working after update

Home Forums Calendar Products Community Events Custom CSS not working after update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1294901
    ltm-cvb
    Participant

    Hi there! I’m sure you guys are super busy today after the big upgrade!

    After I upgraded, noticed that two areas of coding that you had previously provided to me are no longer working. I have a custom CSS plugin in which code is added to it instead of the theme/plugin so it won’t be over-ridden with updates.

    For Community Event submissions, I do not want the Event Image, Organizer Details, and additionally, the Event Tag bodules to show on the community form. Here is the code which was previously provided to me. Can you help me make the code work again, and provide code to remove the tag module?

    /*remove event image option from new event form */
    body.tribe_community_edit #event_image_uploader {
    display: none !important;
    }
    /*remove event organizer details from new event form */
    #event_organizer.tribe-events-community-details {
    display: none !important;
    }

    Thank you, DeAnne

    http://visitwabashcounty.com/events/community/add

    #1295202
    Courtney
    Member

    Hello DeAnne

    So sorry about that. Let’s see if this works instead:

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

    /*remove event image option from new event form */
    .tribe-section.tribe-section-image-uploader {
    display: none !important;
    }
    /*remove event organizer details from new event form */
    #event_tribe_organizer {
    display: none !important;
    }
    .tribe-section.tribe-section-taxonomy{
    display: none !important;
    }

    Please let me know if this works.

    Thanks
    Courtney 🙂

    #1295963
    ltm-cvb
    Participant

    Dear Courtney, >>Appearance » Customize » Additional CSS this worked!

    Thank you so much for your help~

    DeAnne


    DeAnne Clifton
    Little Town Marketing LLC
    C: 260-443-5005
    E: [email protected]

    [image: Connect with me on LinkedIn] [image:

    #1296784
    Courtney
    Member

    Sure thing DeAnne! Glad it works now 🙂
    Courtney

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS not working after update’ is closed to new replies.