Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #740511

    Dear all,

    I tried to remove the boarder of the enfold full screen slider but it worked only a little bit ;)

    I added to the Quick CSS:
    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }
    #construyamos .avia-section { border: none; }
    .container_wrap { border-top-style: none; }
    #construyamos {
    border-top: 0;
    }`

    Then the bottom boarder in the middle was removed. But I want to have no shadows / boarder etc. because all pictures are optional.
    Do you have any suggestions what to do?

    Demo:

    -> How can I remove all grey border and shadows of the slider?

    Thank you very much.

    • This topic was modified 7 years, 10 months ago by itdirektgmbh.
    #741936

    Hey

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-shadow {
        box-shadow: none;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.