London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Juan,
We can hide the `Browse...` link instead of `or Browse...` using CSS.
1. Create a HideBrowseLinks.css file.
.epi-visibleLink {
display: none !important;
}
2. Add created CSS file path in the module.config file.
<?xml version="1.0" encoding="utf-8"?>
<module>
<clientResources>
<add name="epi-cms.widgets.base" path="~/Styles/HideBrowseLinks.css" resourceType="Style" />
</clientResources>
</module>
Hi
Is it possible to remove "or Browse..." link from this property?