fixing the mobile menu colors and styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jun 2018 16:47:51 +0000 (12:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jun 2018 16:47:51 +0000 (12:47 -0400)
css/responsive.css
footer.php
functions.php
header.php
parts/social.php

index 6b94d01..eb15d66 100644 (file)
@@ -44,7 +44,7 @@ Responsive CSS
                display: block;
                height: 40px;
                width: 40px;
-               background: url(../images/menu.png) no-repeat center #00D3D1;
+               background: url(../images/menu.png) no-repeat center #BD8963;
                text-indent: -9999px;
                cursor: pointer;
        }
@@ -67,7 +67,7 @@ Responsive CSS
                top: 100%;
                left: 0;
                width: 100%;
-               background: #F28B59;
+               background: #BD8963;
                padding: 10px 0;
                text-align: center;
        }
@@ -188,7 +188,7 @@ Responsive CSS
                border-bottom: 1px solid white;
        }
        .main-navigation ul ul {
-               background: #F28B59;
+               background: #BD8963;
                position: static;
                font-size: 15px;
                display: none;
index 99b02e3..74b5ba7 100644 (file)
@@ -17,7 +17,9 @@
                <div class="bottom-footer">
                        <div class="footer-content clearfix">
                 <div id="footer-left" class="footer-section">
-                    <img class="footer-logo" src="<?php echo get_template_directory_uri();?>/assets/footer-logo.png" alt="">
+                    <a href="<?php echo bloginfo('home'); ?>">
+                        <img class="footer-logo" src="<?php echo get_template_directory_uri();?>/assets/footer-logo.png" alt="">
+                    </a>
                 </div>
                 <div id="footer-center" class="footer-section">
                     <div class="site-info"></div><!-- .site-info -->
                         <?php get_template_part('parts/glm-client-info'); ?>
                     </div><!-- .copy-right -->
                     <div id="footer-social">
-                        <a href="<?php echo get_permalink(876); ?>" class="online-reservation">Online Reservations</a>
-                        <a class="social-icon fb" href="https://www.facebook.com/Laurium-Manor-Inn-93454247661/"></a>
+                        <!-- <a href="<?php echo get_permalink(876); ?>" class="online-reservation">Online Reservations</a> -->
+                        <a class="social-icon fb" target="_blank" href="https://www.facebook.com/Hotel-Earl-613767705648216/?ref=br_rs"></a>
                     </div>
                 </div>
                 <div id="footer-right" class="footer-section">
-                    <img class="staffords-logo" src="<?php echo get_template_directory_uri();?>/assets/staffords-logo.png" alt="">
+                    <a href="https://www.staffords.com" target="_blank">
+                        <img class="staffords-logo" src="<?php echo get_template_directory_uri();?>/assets/staffords-logo.png" alt="">  
+                    </a>
                 </div>
                 
             </div>
index 20abc00..206fb2f 100644 (file)
@@ -338,7 +338,7 @@ function my_nav_wrap() {
             <li> 
                 <div class="social-oc">
                     <div class="online-reservations-container">
-                        <a href="' . get_permalink(876) . '" class="online-reservation">Online Reservations</a>
+                     
                     </div> 
                 </div>
             </li>
index 25a62c3..c415719 100644 (file)
@@ -36,9 +36,7 @@
                <div class="mid-content clearfix">
             <div class="social-header">
                 <!-- <a href="<?php echo get_permalink(876); ?>" class="online-reservation">Online Reservations</a> -->
-                <a class="social-icon fb" href=""></a>
-                <a class="social-icon instagram" href=""></a>
-                
+                <a class="social-icon fb" href="https://www.facebook.com/Hotel-Earl-613767705648216/?ref=br_rs" target="_blank"></a>
             </div>
             <div class="flex-box">
                 
index de63a05..23479cd 100644 (file)
@@ -1,4 +1,3 @@
 <div class="social-oc">
-    <a class="social-icon fb" href="https://www.facebook.com/Laurium-Manor-Inn-93454247661/"></a>
-    <a class="social-icon instagram" href=""></a>
+    <a class="social-icon fb" target="_blank" href="https://www.facebook.com/Hotel-Earl-613767705648216/?ref=br_rs"></a>
 </div>
\ No newline at end of file