changing the dashicons for the custom post types
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 13:34:02 +0000 (09:34 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 13:34:02 +0000 (09:34 -0400)
inc/blog.php
inc/rooms.php
style.css

index 770dbbf..6e2c8b5 100644 (file)
@@ -73,7 +73,7 @@ function blogs_custom_post_type() {
         'show_ui'               => true,
         'show_in_menu'          => true,
         'menu_position'         => 5,
-        'menu_icon'             => 'dashicons-lightbulb',
+        'menu_icon'             => 'dashicons-testimonial',
         'show_in_admin_bar'     => true,
         'show_in_nav_menus'     => true,
         'can_export'            => true,
index 9e638e6..186b9e4 100644 (file)
@@ -73,7 +73,7 @@ function rooms_custom_post_type() {
         'show_ui'               => true,
         'show_in_menu'          => true,
         'menu_position'         => 5,
-        'menu_icon'             => 'dashicons-lightbulb',
+        'menu_icon'             => 'dashicons-book-alt',
         'show_in_admin_bar'     => true,
         'show_in_nav_menus'     => true,
         'can_export'            => true,
index e8dad82..ae032a2 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1998,8 +1998,8 @@ Portfolio Section
     transform: scale(1.2);
 }
 .portfolio-image img{
-    border-top-right-radius: 10%;
-    border-top-left-radius: 10%;
+    /* border-top-right-radius: 10%;
+    border-top-left-radius: 10%; */
 }
 
 /*--------------------------------------------------------------