<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Changing 404 Page Text Without Editing Files &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 14 Nov 2025 11:06:38 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-124221</guid>
					<title><![CDATA[Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-124221</link>
					<pubDate>Mon, 13 Oct 2014 13:36:16 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>Is there a way I could change the text on the 404 page (&#8216;Oops&#8230;etc.&#8217;) without going into and editing files?  For example, as a custom CSS in the customizer? </p>
<p>(My site, by the way is diarypal.co.uk.  WordPress version 3.9.2.)</p>
<p>Thanks,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-124355</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-124355</link>
					<pubDate>Mon, 13 Oct 2014 15:53:01 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Micheal,</p>
<p>Thanks for writing in,</p>
<p>Unfortunately, You can&#8217;t change text content with only CSS, However, you can try using Javascript instead,</p>
<p>Just add this code below in your Customizer &gt; Custom &gt; Javascript and change the content accordingly, </p>
<pre><code>(function($){ 
	//Change OOPS
	$(&#039;.error404 .h-landmark span&#039;).text(&#039;I am 404 Heading&#039;);
	
	//Change You blew up the Internet.
	$(&#039;.error404 .p-landmark-sub span&#039;).text(&#039;I am 404 Sub Heading&#039;);
	
	//Change Content Text
	$(&#039;.entry-404 .center-text&#039;).text(&#039;I am 404 Content&#039;);
})(jQuery)</code></pre>
<p>Let me know how it works,</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-127723</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-127723</link>
					<pubDate>Sat, 18 Oct 2014 20:10:16 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for that, but I&#8217;m sorry to say it did not work.  The 404 page remained unchanged.<br />
This is what I pasted into the custom Javascript box in the customizer:</p>
<p>(function($){<br />
	//Change OOPS<br />
	$(&#8216;.error404 .h-landmark span&#8217;).text(&#8216;I am 404 Heading&#8217;);</p>
<p>	//Change You blew up the Internet.<br />
	$(&#8216;.error404 .p-landmark-sub span&#8217;).text(&#8216;Not Logged In?&#8217;);</p>
<p>	//Change Content Text<br />
	$(&#8216;.entry-404 .center-text&#8217;).text(&#8216;We can&#8217;t get to the page you were looking for.  It might be because you have not logged in.&#8217;);<br />
})(jQuery)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-127822</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-127822</link>
					<pubDate>Sun, 19 Oct 2014 02:25:48 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-130467</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-130467</link>
					<pubDate>Thu, 23 Oct 2014 07:15:11 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-130698</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-130698</link>
					<pubDate>Thu, 23 Oct 2014 14:07:14 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>There are a number of plugins that might help you out:</p>
<p><a href="https://wordpress.org/plugins/404-to-start/" rel="nofollow">https://wordpress.org/plugins/404-to-start/</a></p>
<p>These two links also review a number of plugins:<br />
<a href="http://www.hongkiat.com/blog/wordpress-404-pages-essential-tips-and-tools/" rel="nofollow">http://www.hongkiat.com/blog/wordpress-404-pages-essential-tips-and-tools/</a><br />
<a href="http://www.wpvirtuoso.com/6-best-free-wordpress-404-plugins/" rel="nofollow">http://www.wpvirtuoso.com/6-best-free-wordpress-404-plugins/</a></p>
<p>I hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131933</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131933</link>
					<pubDate>Sat, 25 Oct 2014 06:30:36 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131941</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131941</link>
					<pubDate>Sat, 25 Oct 2014 07:33:54 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131968</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131968</link>
					<pubDate>Sat, 25 Oct 2014 09:30:19 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Sure,please try and let us know how it goes.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131987</guid>
					<title><![CDATA[Reply To: Changing 404 Page Text Without Editing Files]]></title>
					<link>https://theme.co/archive/forums/topic/changing-404-page-text-without-editing-files/#post-131987</link>
					<pubDate>Sat, 25 Oct 2014 10:26:55 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

