From: Anthony Talarico Date: Fri, 4 Aug 2017 13:54:00 +0000 (-0400) Subject: changing the chamber logo X-Git-Tag: v1.0.0^2~72 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a300459f44d88a68a62594819fa8407580dfa98b;p=WP-Themes%2Fbaragacounty.git changing the chamber logo replacing the chamber entity logo in the topbar with a logo that has transparency --- diff --git a/assets/chamberLogo.png b/assets/chamberLogo.png new file mode 100755 index 0000000..5d8315b Binary files /dev/null and b/assets/chamberLogo.png differ diff --git a/sections/top-bar.php b/sections/top-bar.php index a7905d0..8108496 100644 --- a/sections/top-bar.php +++ b/sections/top-bar.php @@ -4,7 +4,7 @@ switch ($GLOBALS['entity_page_slug']) { $logo = 'Baraga-County-seal.png'; break; case 'chamber-of-commerce': - $logo = 'chamber-logo.jpeg'; + $logo = 'chamberLogo.png'; break; case 'convention-visitors-bureau': $logo = 'cvb-logo.png';