This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery(".custom_promo").click(function() { | |
| jQuery("html, body").animate({ scrollTop: 0 }, "slow"); | |
| return false; | |
| }); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery( document ).ready(function() { | |
| jQuery("ul#mobile_menu_slide .menu-item:first-child").prepend('<a class="slide_logo" href="https://www.smartweb.com.pe/"><img src="https://www.smartweb.com.pe/wp-content/uploads/2017/10/logotipo-smartweb-1.png" alt="Smartweb" id="logo2"></a>'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery("#logo").click(function() { | |
| jQuery("html, body").animate({ scrollTop: 0 }, "slow"); | |
| return false; | |
| }); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('img#logo').attr('src', 'http://content.ziegertknightfrank.com/wp-content/uploads/2018/01/ziegert_frankknight_jointventure_logo1.png'); | |
| jQuery('#logo').after('<img id="my_fixed_logo" src="black_logo_link" />'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('#logo').after('<img id="my_fixed_logo" src="http://content.ziegertknightfrank.com/wp-content/uploads/2018/01/ziegert_frankknight_jointventure_logo_BLACK.png" />'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (max-width: 980px) { | |
| .et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search, .et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search { | |
| display: block !important; | |
| float: right; | |
| z-index: 99999; | |
| } | |
| .et_header_style_centered #et_search_icon:before { | |
| top: 7px; | |
| left: -3px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('#logo').after('<img id="my_fixed_logo" src="your_new_logo_link" />'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('#logo').after('<img id="my_fixed_logo" src="http://ec-sites.fr/wp-content/uploads/2018/02/Martial-Dirringer_2.png" />'); | |
| }); | |
| </script> |