• Resolved Nikki Nolan

    (@thenikkinolan)


    Hi

    I can’t seem to figure out how to remove the words ‘Event Information’ displaying after the description. If you go to the website https://www.changescale.org/ and scroll on the homepage you can see where the next event is showing. After the description, it says ‘Event Information’ in a lighter type that is not clickable. I can’t get it to go aways.

    Can someone help me?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Nikki Nolan

    (@thenikkinolan)

    Anyone have advice? Please, I am pretty desperate to fix for my client.

    Thread Starter Nikki Nolan

    (@thenikkinolan)

    Hi @thenikkinolan,

    Nice to see you again! We’re sorry for the wait, though I do want to note that replies here in the www.remarpro.com forums can take up to a week — we offer expedited support the support forums on our site with a premium license.

    I looked at your site (thanks for sharing a link!) and it does not appear that the “Event Information” text/link is coming from The Events Calendar. Rather, it looks like a customization by the theme. I attempted to hide the text with CSS, but the HTML generated by the customization is incorrect and makes it tough to hide with CSS.

    Here’s the output:

    <p><span style="font-weight: 400;">Please join us for ChangeScale’s third annual Environmental Literacy Congress. The </span><span style="font-weight:  ...</p>
    
    <a class="es-button" href="https://www.changescale.org/event/third-annual-environmental-literacy-congress/">Event Information</a>

    This part specifically is missing an ending quotation mark:

    <span style="font-weight:

    I would suggest reaching out to the theme developer to help address that. Once that is corrected, you should be able to hide the Event Information text using something like this in your style.css file:

    #homepage-countdown article.single-event-block .event-content span a {
      display: none;
    }

    Cheers!
    Geoff

    Thread Starter Nikki Nolan

    (@thenikkinolan)

    Thanks! Fixed it.

    • This reply was modified 7 years, 7 months ago by Nikki Nolan. Reason: mark as resolved
    Barry

    (@barryhughes-1)

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Words ‘Event Information’ displaying after the description’ is closed to new replies.