Created
November 23, 2018 10:46
-
-
Save yhira/bc4084b3abb8fbe892ba0792f3079039 to your computer and use it in GitHub Desktop.
Cocoonのサイトタイトルを改行するJavaScript(jQuery)
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
(function($){ | |
var siteTitle = $('#header .site-name-text').text(); | |
siteTitle = siteTitle.replace("Cocoonデモサイト", "Cocoon<br>デモサイト"); | |
$('#header .site-name-text').html(siteTitle); | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
詳細
サイトタイトルを改行したい | カスタマイズ相談 | Cocoon フォーラム