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
.social-links ul a[href*='snapchat.com']:before { | |
content: '\f2ac'; /* http://fontawesome.io/icon/snapchat-ghost/ */ | |
} |
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
jQuery( document ).ready( function() { | |
/* Primary menu subpages */ | |
var expand_link = jQuery( '<button class="menu-expand"><span class="screen-reader-text">' + js_i18n.next + '</span></button>' ); | |
var back_link = jQuery( '<li><button class="menu-back">'+ js_i18n.back +'</button></li>' ); | |
jQuery('#slide-menu .nav-menu').data('depth', 0); | |
jQuery('#slide-menu .menu-item-has-children > a, #slide-menu .page_item_has_children > a').after(expand_link); | |
jQuery('#slide-menu .sub-menu, #slide-menu .children').prepend(back_link); |
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
/* | |
Theme Name: Owari Custom Footer Text | |
Theme URI: https://themetry.com/remove-footer-credits/ | |
Description: This is a child theme of Themetry's Owari theme which demonstrates how to customize the footer text | |
Author: Themetry | |
Author URI: https://themetry.com | |
Template: owari | |
Version: 1.0.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html |
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
<?php | |
/** | |
* Owari Custom Footer Text functions | |
* | |
* @package Owari Custom Footer Text | |
*/ | |
/** | |
* Enqueue styles. | |
*/ |