When you want to add new contacts and you notice that, there is no save button on that page. So here is the simple way to solve that .. 1) Go to Components > Contacts > Categories ..like this...
No save button in contact Joomla backend !
How to change WP Dashboard login logo including link and title ?
dashboard login logoGo to functions.php file in your website theme and paste this code bottom of that file.. // Custom logo for Dashboard function nst_dashlogo() { echo '<style type="text/css"> .login h1 a {background-image: url('.get_bloginfo('stylesheet_directory').'/images/dash-logo.png) !important; background-size: 100% !important; width:210px; }...
Apply custom css to admin area wordpress !
I added custom icon for custom post type.. and that was not aligned so i added or hooked custom style to dashboard through this function. Add this code to functions.php file of your theme.. // custom css for admin area...