Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

SharePoint online I am not able to hide the page title when opening in Modal dialog

$
0
0

Please advise me as to how to hide the page title (shown in the attached screenshot as SendManualEmail) using Jquery. I have tried the following with no sucess.

 <style>

body div.ms-dlgBorder div.ms-dlgTitle
{
    display:none;
}   

</style>

 

 $( document ).ready(function() {
  $('#pageTitle').remove();
  document.querySelector("#pageTitle").style.display = 'none';
  document.getElementById('dialogTitleSpan').style.visibility = 'hidden';


});


faye fouladi


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>