Don't hide all of cost section just the currency and currency location

Home Forums Calendar Products Community Events Don't hide all of cost section just the currency and currency location

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1005192
    Benjamin
    Participant

    Hi guys

    I am customising the submit community page but cannot find how the remove only a part of the cost section how would I do this?

    • This topic was modified 10 years, 7 months ago by Benjamin.
    • This topic was modified 10 years, 7 months ago by Geoff.
    #1005316
    Geoff
    Member

    Hi @Benjamin!

    Good question. The easiest way to hide elements in the page is often with CSS. For example, hiding the currency symbol portion of the cost section would look like this in your stylesheet:

    table.tribe-community-event-info tr:nth-child(2) {
    display: none;
    }

    We have a tutorial on how to use DevTools to target elements in CSS so you could do the same thing on any other element of the page.

    Will this help you get started? Please let me know. 🙂

    Geoff

    #1005367
    Geoff
    Member

    Thanks for following up and marking my last reply as the correct answer, @Benjamin! I’m glad to know that helped out–please do feel free to hit us up if any other questions come up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Don't hide all of cost section just the currency and currency location’ is closed to new replies.