Background image with multiple ROW , just for one page
-
hello , is ot possible to have a background image , with 3 or 4 row but just for one page.
If I change it in customize, all the web site have the same background image.Is laytheme able to do that ?
-
Dear Marion
@marion-guillard
If you dont apply a background image to the row itself in the Gridder:
Then you may want to Custom Code. You would apply a Background Image normally via > Customize> and then add some CSS saying "remove the background image for all pages "except" e.g Page A "
The "exception - Page A" will be using the page's "slug" in the code:
https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
Something like:
body:not(.slug-homepage) { background-image:none !important; }
this
.slug-homepage
is relevant for me but you will need to find the slug of your page or project, the link above explains this 👍
Best
Richard
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it