Introduction
I am going to give a solution for "ribbon icons are disappeared" in SharePoint Pages.
Issue
Solution
Add below style in you css file,
.ms-cui-tabContainer img, #suiteBarButtons img, #welcomeMenuBox img {max-width:none !important;}
This is it. Icon will appears in your page.
No comments:
Post a Comment