Change background color for individual project?
-
Hello, I was wondering if it's possible to change the background color within a project. i.e. if my home page is white, and then a user clicks on a project the project is shown and the background changes colors. Let me know! Thanks.
-
Yes, you could use the "background color" button in the gridder. It's right next to all the buttons like "+Image", "+Video" etc.
Another, maybe more flexible way to do this is to use custom css. If you want all projects to have a black background color you could do:
body[data-type="project"]{ background-color: black; }
Here is an explanation about styling things based on which page you are on:
http://laytheme.com/documentation.html#menu-color-based-on-current-page -
Thank you!!
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