Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #903007
    jsjmccracken
    Participant

    Hello,

    On http://www.tablerockkennels.com/ I would like to know how to darken the corners on the slider? I’ve been messing around with it but I’m not sure what I need to do.

    Thank you!

    Jacob

    #903794
    Rue Nel
    Moderator

    Hello Jacob,

    Thanks for writing in! You can add vignette in your slider by having a custom css code. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-slider-container .ls-container .ls-inner:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        box-shadow: inset 0 0 120px red !important;
    }

    http://prntscr.com/axttom

    Red color is just a test color to see how wide is the covered area. You can adjust it by decreasing/increasing the 120px. Feel free to change the variable which one applies to your site.

    Hope this helps. Kindly let us know.

    #904340
    jsjmccracken
    Participant

    Perfect! Thank you 🙂

    #905101
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-903007 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>