Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #316566

    Hallo.

    Wie bringe ich die Linien links und recht vom LayerSlider weg?
    http://cuebe.ch/
    BR

    Urs

    #316980

    Hi welti!

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

    .avia-layerslider.avia-shadow {
    box-shadow: none!important;
    }
    div#after_layer_slider_1 {
    border-top: none;
    }

    Cheers!
    Yigit

    #318807
    This reply has been marked as private.
    #319110

    Hi!

    Please add following code to Quick CSS as well

    div#layerslider_3 {
    border: 15px solid white;
    }

    Regards,
    Yigit

    #319154
    This reply has been marked as private.
    #319158

    Hey!

    Please add following code to Quick CSS as well

    #wrap_all { border: white 15px solid; }
    .avia-menu-fx { bottom: 70px; }

    Cheers!
    Yigit

    #319211
    This reply has been marked as private.
    #319237
    This reply has been marked as private.
    #319245

    Hey!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #header {
    top: 0;
    }

    Cheers!
    Yigit

    #319290
    This reply has been marked as private.
    #319602

    Hi!

    Try adding this on Quick CSS or custom.css:

    .html_stretched #wrap_all:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -50px;
    left: -100px;
    z-index: 9999;
    }

    Cheers!
    Ismael

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