problem) cannot Find Edit Links on Top Navigation Sharepoint 2013.
Solution)
This happens beacuse of css .When theme of your website is being designed the edit link div is set to display none .
to see your edit links button .
either find 

class="static ms-verticalAlignTop ms-listMenu-editLink ms-navedit-editArea" using inspect element if using chrome
and uncheck  Display: none property .

or goto css file and look for ms-listMenu-editLink and change its display:none property to 
display :Block;

you can now click on element and add menu items to top navigation bar .

Comments

Popular posts from this blog