Remove the 'cost' row from events on Enfold theme

Home Forums Calendar Products Events Calendar PRO Remove the 'cost' row from events on Enfold theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1324175
    Sarah
    Participant

    I have a client that doesn’t want the Cost: range row to appear. I’ve looked through the knowledge base and found one similar topic but the fix did not work for me. I’m using Enfold and have Woocommerce, Events Calendar and Event Tickets/Tickets Plus.

    http://www.aec-radiation.com/event/40-hour-october-2017/

    Thanks for any help! SRC

    #1325586
    Victor
    Member

    Hello Sarah!

    Thanks for reaching out to us! I’d be happy to help you with that.

    Are you trying to hide the cost range from the link you sent? If so, could you please indicate which one of those you are trying to hide? I can see it showing under the event title and also under the event details.

    Let me know about this and I will try to come up with a CSS snippet to hide them.

    Thanks,
    Victor

    #1325603
    Sarah
    Participant

    Thanks! Please hide it from both!!!!

    Sarah Creter

    212 Marketing Collective
    branding | website design | social network management | innovative marketing

    #1325745
    Victor
    Member

    Hello Sarah!

    Try using the following CSS snippet:

    span.tribe-events-cost {
    display: none;
    }
    .tribe-events-meta-group dt:nth-child(5) {
    display: none;
    }
    dd.tribe-events-event-cost {
    display:none;
    }

    You should place that in your theme’s styles.css file or you can also try using the WordPress customizer.

    That did the work for me when I tried it in your site. Give it a test and let me know if it works for you.

    Best,
    Victor

    #1325773
    Sarah
    Participant

    Thank you. I’ll try it and let you know!

    #1325775
    Sarah
    Participant

    It worked perfectly! Thank you so much. You made my day!

    #1325783
    Victor
    Member

    Super Glad it worked out Sarah! Thanks for following up to let me know about it.

    I’ll close this now but feel free to open a new thread if anything comes up.

    Cheers! 🙂
    Victor

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove the 'cost' row from events on Enfold theme’ is closed to new replies.