I have referred below forum and tried out removing the page look field as shown in below screen shot, but it did not hide the sub menu "Pages" in Power Apps portal. Please suggest if I'm missing any other configuration step.
Thanks
Pankaj
Thanks @Fubar for your response. I checked that it was active primary navigation web links set where I removed the page look field. Also, I did clearcache/sync and restart portal as well, but no luck.
In header template , can you please tell where I need to remove the page sub menu reference ?
From memory it is not straight forward. You'll have to work through it yourself, the menu is rendered in a navbar section that will start something like
<div id="navbar" class="navbar-collapse collapse">
{% assign primary_nav = weblinks["Default"] %}
{% if primary_nav %}
<nav aria-label="{{ resx.Main_Navigation | default: "Main Navigation" }}" class="navbar-right menu-bar {% if primary_nav.editable %}xrm-entity xrm-editable-adx_weblinkset{% endif %}" data-weblinks-maxdepth="2">
<ul class="nav navbar-nav weblinks">
{% for link in primary_nav.weblinks %}
User | Count |
---|---|
8 | |
7 | |
4 | |
4 | |
1 |