Change header text/slogan per client request
authorLaury GvR <laury@gaslightmedia.com>
Thu, 25 Apr 2019 20:36:29 +0000 (16:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 25 Apr 2019 20:36:29 +0000 (16:36 -0400)
header.php
style.css

index 1564067..16e53c0 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.44">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.45">
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <?php wp_head(); ?>
        <script>
@@ -21,7 +21,7 @@
                         <div id="logo-tag" class="small-12 small-text-center medium-text-left medium-12 columns">
                             <?php get_template_part('parts/client-info-header');?>
                             <a id="logo" href="<?php bloginfo('url');?>"><img alt="Star Line Ferry" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/Star-Line-starfish-logo.png"></a>
-                            <span id="logo-slogan"><h3>"High Tails It"</h3> <h3>to Mackinac Island</h3></span>
+                            <span id="logo-slogan"><h3>Where Your Island Adventure Begins</span>
                         </div>
                     </div>
                     <?php get_template_part('parts/top-bar');?>
index d6e71a3..3d2d261 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: StarLine
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Star Line
-Version: 1.0.44
+Version: 1.0.45
 */