Vaihda nuolen kuva (Adding Custom Arrows using SVGs)

PHOTO EMBED

Thu Feb 10 2022 17:29:12 GMT+0000 (Coordinated Universal Time)

Saved by @tarusalokangas

user-items-list-carousel__arrow-button--right::before{
  content:"";
  background-image:url(SVG-HERE);
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    background-position:center;
    top:0;
    left:0;
  
}

user-items-list-carousel__arrow-button--left::before{
  content:"";
  background-image:url(SVG-HERE);
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    background-position:center;
    top:0;
    left:0;
  
}
content_copyCOPY