<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									モバイルボタンに変更を加えたい - CSSカスタマイズ相談				            </title>
            <link>https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Wed, 15 Jul 2026 23:34:00 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: モバイルボタンに変更を加えたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2510</link>
                        <pubDate>Thu, 26 Apr 2018 06:42:19 +0000</pubDate>
                        <description><![CDATA[無事にメニューのボタンのみを非表示にすることができました！ありがとうございましたm(_ _)m]]></description>
                        <content:encoded><![CDATA[<p>無事にメニューのボタンのみを非表示にすることができました！</p><p>ありがとうございましたm(_ _)m</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>komennta</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2510</guid>
                    </item>
				                    <item>
                        <title>RE: モバイルボタンに変更を加えたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2506</link>
                        <pubDate>Thu, 26 Apr 2018 04:30:44 +0000</pubDate>
                        <description><![CDATA[phpを触らない方法のほうが親テーマの更新で全く影響をうけないのですが、それではダメですか。CSSでスライドインのmenuボタンを非表示にする場合は、以下のとおりをstyle.cssの『768px以下』の項目内に追記する感じです。/*768px以下*/@media screen and (max-width: 768px){ /*必要ならばここにコードを書く*/ .navi-m...]]></description>
                        <content:encoded><![CDATA[<p>phpを触らない方法のほうが親テーマの更新で全く影響をうけないのですが、それではダメですか。</p><p>CSSでスライドインのmenuボタンを非表示にする場合は、以下のとおりをstyle.cssの『768px以下』の項目内に追記する感じです。</p><pre>/*768px以下*/<br />@media screen and (max-width: 768px){<br /> /*必要ならばここにコードを書く*/<br /> .navi-menu-button {<br /> display: none;<br /> }<br />}</pre><p>※AMPにも対応したい場合、amp.cssにも追記が必要です。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>かうたっく</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2506</guid>
                    </item>
				                    <item>
                        <title>モバイルボタンに変更を加えたい</title>
                        <link>https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2503</link>
                        <pubDate>Thu, 26 Apr 2018 03:41:48 +0000</pubDate>
                        <description><![CDATA[スマートフォンからブログを見ているときに表示されるモバイルボタンに関してのカスタマイズ相談です。スライドインボタンを使用しているのですが、「メニュー」のボタンを消去したいです。どこのphpのどの部分を削れば良いのでしょうか。↓ブロ]]></description>
                        <content:encoded><![CDATA[<p>スマートフォンからブログを見ているときに表示されるモバイルボタンに関してのカスタマイズ相談です。</p><p>スライドインボタンを使用しているのですが、「メニュー」のボタンを消去したいです。</p><p>どこのphpのどの部分を削れば良いのでしょうか。</p><p>↓ブログ</p><p>http://enjoy-yugioh.com/</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>komennta</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e3%83%9c%e3%82%bf%e3%83%b3%e3%81%ab%e5%a4%89%e6%9b%b4%e3%82%92%e5%8a%a0%e3%81%88%e3%81%9f%e3%81%84/#post-2503</guid>
                    </item>
							        </channel>
        </rss>
		