• Resolved tinalee

    (@tinalee)


    I had an issue with an error message about a year ago and got excellent help with a CSS snippet (see below). After fixing an issue on another page, the problem has come back, and the old code snippet does not work anymore. How do I get rid of this pesky line under the header:
    “It seems we can’t find what you’re looking for. Perhaps searching can help.”

    CSS snippet that worked before:

    .post-type-archive-tribe_events .entry-header.ast-no-thumbnail p{
    display:none;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darian

    (@d0153)

    Hi @tinalee

    I’m glad you reached out. Let me help you resolve this one.

    Please replace your old CSS with the following:

    .post-type-archive-tribe_events .entry-header.ast-no-thumbnail p,
    .post-type-archive-tribe_events .entry-header p{
    display:none;
    }

    Feel free to let me know if you have further questions or concerns.

    Plugin Support Darian

    (@d0153)

    Hi there,

    This thread has been inactive for a while, so we’ll go ahead and mark it Resolved. Please open a new thread if any other questions arise, and we’d be happy to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.