/*
Theme Name: TS Theme
Version: 1.0.0
Theme URI: https://techsansar.com/
Description: Customized for TechSansar
Author: TechSansar
Template: jnews
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
/*Hide comments when closed*/
.comments-closed {
    display: none;
}

/**Insert custom login logo & URI**/
	function custom_login_logo() {
    echo '
        <style>
            .login h1 a { 
                background-image: url(https://www.alphabetsigns.com/mm5/graphics/00000036/notice-safety-authorized-personnel-only-sign_288x288.png) !important; 
                padding-bottom: 0px !important;
				background-size: 350px !important;
				height: 288px !important;
				width: 320px !important;
				display:block; 
				title="Customized by Ekendra" !important;
            }
        </style>
		';
	}
	add_action( 'login_head', 'custom_login_logo' );
	function custom_login_logo_url() {
		return 'https://techsansar.com/';
		}
	add_filter( 'login_headerurl', 'custom_login_logo_url' );

/* Adjusting tablepress table width*/
table.tablepress-id-78 {
	width: 700px;
}