Lay Theme Forum

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

    Background only on row-inner

    Addons
    2
    4
    881
    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.
    • N
      Nathalie last edited by

      Hi,

      I am using Fullscreen slider vertical and i would like to apply the background only of "row-inner" of my first slide. Right now i am able to add background only of each of my slide, but i don't want the background on my nav menu, just on my slide. Please check the image to have more details.

      I tried to add background on row-inner but it show background on each slide…

      Capture d’écran 2016-09-13 à 21.15.31.png

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

        I am not sure what you mean. Can you explain this in a different way?

        On your screenshot I see that your menu at the top has a white background.

        1 Reply Last reply Reply Quote 0
        • N
          Nathalie last edited by

          Hello armin, what you see is exactly what i want.
          The first slide is text and i want a background as you see in the screenshot that i made with row-inner.
          The problem is that if i set a background to row-inner, the background will appear on following slide which i don't want. Also i want to be able to set different color depending of my project. Do you think it's possible ?

          Ps : I can't use your tool when your right click and "set the background" because the background appear all over the slide ( background cover also the menu ).

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

            Hey!

            I think here it would be good to use the menu bar to have a white bar underneath your menu.
            Please go to "Customize" -> "Menu Style" -> "Menu Bar"
            Uncheck "hide" and configure your menu bar as you like.

            Then, instead of setting .row-inner to a color with your own css, please use the "set background" feature by right clicking on a row.

            Does that solve the problem? I hope I understood the problem in the right way :)

            If you don't want to do it this way, please use css in a different way:

            .row:nth-child(0) .row-inner{
            background-color: red;
            }
            

            Now instead of 0 you can put a different number into :nth-child(0) which selects a different row. If you combine this with the page selectors you can target certain pages. For example

            body[data-type="project"][data-id="10"] .row:nth-child(0) .row-inner{
            	color: red;
            }
            

            actually with a new version of lay theme you can write:

            body.type-project.id-10 .row:nth-child(0) .row-inner{
            	color: red;
            }
            

            which is a bit shorter

            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

            A
            H
            C
            C

            Recent Topics

            • G

              Designer Websites for free Lay Theme.

            • A

              Broken images

            • A

              Image hover -> Image on image

            • D

              Projects private / public

            laytheme.com