From ff70e8413402cc9ee21cba52a07e75b011979c3d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 09:34:02 -0400 Subject: [PATCH] changing the dashicons for the custom post types --- inc/blog.php | 2 +- inc/rooms.php | 2 +- style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/blog.php b/inc/blog.php index 770dbbf..6e2c8b5 100644 --- a/inc/blog.php +++ b/inc/blog.php @@ -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, diff --git a/inc/rooms.php b/inc/rooms.php index 9e638e6..186b9e4 100644 --- a/inc/rooms.php +++ b/inc/rooms.php @@ -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, diff --git a/style.css b/style.css index e8dad82..ae032a2 100644 --- 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%; */ } /*-------------------------------------------------------------- -- 2.17.1