Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262085
    andrmcal
    Participant

    How do I remove the links in the Event Details theme feature? For example, under the Demo content, it links to date, time, location, and attire. I would still like the text to appear but would not like it to be linked.

    #262103
    tikaram
    Keymaster

    @andrmcal: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #events-section {
      cursor: default;
      pointer-events: none;        
      text-decoration: none;
    }

    Please post in your site URL as well so that I can check for the issue.

    Regards,
    Tikaram

    #262160
    andrmcal
    Participant

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Details Links’ is closed to new replies.