Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #201627

    I have created a blank page with a single fullscreen slider image to display while I am designing the website. There is a small line or border appearing at the bottom of the image when I view the page in Safari browser on my MacBook and iPhone. When I use Firefox, the line is at the top of the page. http://www.LoveRescues.org

    How can I remove these lines?

    #201726

    I have the same problem and i’d like to remove the white line from the botton of the fullscreen slider at universitarios.org.ar

    #201815

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @jposteen

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }


    @mono14

    .container_wrap { border-top-style: none; }

    Cheers!
    Yigit

    #201836

    Yigit,

    It worked perfectly. Thanks!

    #201841

    Hi YIgit,

    I tried it and it worked, but it affected every color section.
    Is there a way to affect only the fullscreen slider in my homepage?

    Thx

    #201907

    Hi!

    You can use this:

    .home .container_wrap { border-top-style: none; }

    Cheers!
    Ismael

    #201908

    Sorry Ismael,
    I’ll need something even more specific for the fullscreen slider in my homepage since I have other color sections in my homepage that I don’t want to alter. Is this possible?

    #201910

    Hey!

    That is the purpose the css code above. Can you please give us a link to the website?

    Cheers!
    Ismael

    #201912

    Sure, my site is http://www.universitarios.org.ar
    What happens when I use your code is that it removes the border for every color section in my homepage. The only border I want to remove is the white border at the bottom of the fullscreen slider.

    #202058

    Hey!

    Please add following code to Quick CSS

    #construyamos .avia-section { border: none; }

    That should do it

    Best regards,
    Yigit

    #202085

    Hi Yigit,

    Just tried that… didn’t work ,(

    #202087

    Hi!

    Please create a temporary admin login and post it here privately so we can take a look at it for you

    Cheers!
    Yigit

    #202113
    This reply has been marked as private.
    #202133

    Hey!

    I cannot connect. It takes forever to load and then says “ERROR: Las Cookies están bloqueadas o no las soporta tu navegador. Debes habilitar las cookies para usar WordPress.” :/

    Cheers!
    Yigit

    #202146
    This reply has been marked as private.
    #202370

    Hi!

    Yigit’s code should work:

    #construyamos {
    border-top: 0;
    }

    Please remove browser cache then reload the page. This is the result:

    Cheers!
    Ismael

    #202387

    Done!
    Thx Yigit and Ismael!

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘remove borders from fullscreen slider’ is closed to new replies.