Hide the preview of the event text

Home Forums Calendar Products Events Calendar PRO Hide the preview of the event text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1163293
    Alessandro
    Participant

    hello, to create the pages of events I use fusionbuilder of avada , so the preview of events page displays the code (look at the screen for a better understanding ) , so I wanted to know if it was possible to hide the preview and read more . Thank you

    • This topic was modified 9 years, 8 months ago by Alessandro.
    #1163506
    Geoff
    Member

    Hi @Alessandro,

    Will you please send me a link to your site? I might be able to write you a custom CSS snippet to hide the description but need to check your site out first to make sure it will work.

    Thanks so much!
    Geoff

    #1163517
    Alessandro
    Participant
    #1163904
    Geoff
    Member

    Thanks so much!

    Try putting this in either your child theme’s style.css file or using the Simple Custom CSS plugin:

    #tribe-events .tribe-events-list .tribe-events-content {
    display: none;
    }

    Here’s a screenshot of how that looks when I tested it out on your site. Will it work for you as well?

    Thanks!
    Geoff

    #1163951
    Alessandro
    Participant

    All, is ok!!!! TNX!!! A last info, can i show the name of city in bold?

    #1163956
    Geoff
    Member

    Awesome, so glad that helped!

    You can try using CSS to make the city in the event address bold with something like this:

    .tribe-locality, .tribe-events-region {
    font-weight: bold;
    }

    …however, it appears that the font family being used in the theme will not make it very bold (screenshot). For that level of customization, I would suggest reaching out to the theme author for guidance on how to work with the fonts included in the theme.

    Did you have any other questions about hiding the event description, or are you all good on that front? Please let me know.

    Thanks,
    Geoff

    #1164417
    Alessandro
    Participant

    tnx

    #1164579
    Geoff
    Member

    My pleasure! I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help. 🙂

    Cheers and have a great day!

    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide the preview of the event text’ is closed to new replies.