<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Change position of background image]]></title><description><![CDATA[<p dir="auto">Hey!</p>
<p dir="auto">How can I change the position of a background image?<br />
I need to change the placement of the cover image on this sub page only:<br />
<a href="http://ud09-319.ud09.udmedia.de/wp/about/" target="_blank" rel="noopener noreferrer nofollow ugc">http://ud09-319.ud09.udmedia.de/wp/about/</a></p>
<p dir="auto">It needs to be placed so that the ladies heads aren't cut off.<br />
Now it is somehow centered so that the actual start of the image disappears under the menu bar.</p>
<p dir="auto">I already tried adding the pixel of the menu bar as a top frame on that sub page but this didn't work properly.</p>
<p dir="auto">And another CSS related question I have:<br />
Is there a way to change the preset default colour globally for the whole site? I want it to change from black to #548B54.</p>
]]></description><link>https://laythemeforum.com/topic/7732/change-position-of-background-image</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 02:53:31 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7732.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Mar 2022 16:31:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change position of background image on Sun, 20 Mar 2022 00:05:56 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/janina">@<bdi>Janina</bdi></a></h3>
<blockquote>
<p dir="auto"><em>"I need to change the placement of the cover image on this sub page only:"</em></p>
</blockquote>
<pre><code>.slug-about .cover-region {
    margin-top:55px;
}
</code></pre>
<p dir="auto">Result:<br />
<img src="/assets/uploads/files/1647734501105-screen-shot-2022-03-20-at-1.00.34-pm.png" alt="Screen Shot 2022-03-20 at 1.00.34 PM.png" class=" img-fluid img-markdown" /></p>
<blockquote>
<p dir="auto"><em>"is there a way to change the preset default colour globally for the whole site? I want it to change from black to #548B54"</em></p>
</blockquote>
<p dir="auto">This would depend on <strong>what the colour applies to</strong>, for example you could set all text (except for links) with the following:</p>
<pre><code>body{
colour:#548B54;
}
</code></pre>
<p dir="auto">There are many root colours for Lay Theme, some are for the Carousel and some are for other Addons. Happy to help, just wish to know more about what you mean by "default color for whole site" 🌝</p>
<hr />
<h5>Talk soon &amp; best wishes</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/28881</link><guid isPermaLink="true">https://laythemeforum.com/post/28881</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Sun, 20 Mar 2022 00:05:56 GMT</pubDate></item></channel></rss>