The links for the location in the schedule have a # and link to nowhere. Is there a way to remove this?

  1. Home
  2. Docs
  3. Conference Pro
  4. Frequently Asked Question...
  5. The links for the location in the schedule have a # and link to nowhere. Is there a way to remove this?

The links for the location in the schedule have a # and link to nowhere. Is there a way to remove this?

Please navigate to Appearance->Editor->style.css

Add the below code to the end of the style-sheet to remove the link:
.schedule__details .schedule__main-place { pointer-events: none;}

Save the file.

Was this article helpful to you? Yes No 1