Okay
  Public Ticket #958391
Landing Page
Closed

Comments

  •  2
    Gina started the conversation

    Thank you for the slider template you install for me.  Im gonna recommend you, if someone ask for my website.

    Is it possible to create a landing page if so, is there any tutorial about how to set it up. it would be a hug help to me. I want to use this picture as a landing page, but i want it to be fullscreen. basically i want my visitor to see this before entering my website.

    the image-1 is relate to what i describe above.

    the image-2 is relate to what i describe below

    one more thing, if you visit my website, you may see a separator in the footer area, I'm sure a put it there, but I cant seem to get rid of it. im going to attach a screenshot and you will know what im talking about. thank you in advance!!!

  •  1,558
    Laborator replied

    Hi Gina,

    Unfortunately there is no tutorial on how to add a intro page before entering the site, maybe you can find a plugin that can do this for you.

    Add the following CSS in the Custom CSS to fix your problems with the footer:

    footer .divider {
      display: none;
    }
    footer .footer_main .footer-nav ul li:after {
      color: rgba(0,0,0,0.2)
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Gina replied

    Thank you Art.