Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Different Backgroundcolor for single Project

    General Discussion
    background
    2
    5
    1684
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      herrpeter last edited by

      Is it possible to set different background-color for each Project? How (Plug-in?)?
      Thanks for the answer and the nice Theme!

      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by arminunruh

        Hey! Right now that's not possible no. But I can code this as an addon. It's hard to estimate when I will have time for that. Could be in one month.

        Have a good day

        H 1 Reply Last reply Reply Quote 0
        • H
          herrpeter @arminunruh last edited by

          @arminunruh
          great! i will buy it.

          1 Reply Last reply Reply Quote 0
          • arminunruh
            arminunruh Global Moderator last edited by arminunruh

            Hey!
            In version 1.022 I added a "Custom CSS for Desktop Version" field. With that, if you know a little HTML and CSS you can have different background colors for your projects right now. The following assumes that you have a little knowledge of CSS and HTML. If you don't here's a good starting point: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started

            Every project's <body> tag has a "data-id" attribute with a numeric value that is a unique id. For example: <body data-id="32">. This is HTML markup.
            You can find out your project's "data-id" by using the chrome devtools for example: https://developer.chrome.com/devtools
            Or any other browser's inspector. In most browsers you can right click anywhere on a page and choose "inspect element". Find the body tag in your inspector and remember the data-id and data-type.

            Then in your backend in "Lay Options" -> "Misc Options" you can enter this CSS into your "Custom CSS for Desktop Version" field:

            If it's a project:

            body[data-id="32"][data-type="project"]{
                background-color: pink;
            }
            

            or if it is a page:

            body[data-id="32"][data-type="page"]{
                background-color: pink;
            }
            

            or if it is a category:

            body[data-id="32"][data-type="category"]{
                background-color: pink;
            }
            

            Now just the project/page/category with the data-id of 32 has a pink background color. body[data-id="32"] is a so called "CSS attribute selector" https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

            Cheers

            1 Reply Last reply Reply Quote 0
            • H
              herrpeter last edited by

              great! thats wonderful!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Try this to fix issues 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. Now see if your problem solved itself
              5. 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

              Thanks!

              Online Users

              R
              M
              J
              C
              A
              H

              Recent Topics

              • T

                Video is played differently

              • A

                Broken images

              • L

                Hide mobile menu, when scrolling down

              • J

                Imagehover addon show mouseover state

              laytheme.com