Want To Add Some Gradient At The Slider Side Of The Categories Arrow As Shown In The Attached File

Want To Add Some Gradient At The Slider Side Of The Categories Arrow As Shown In The Attached File

Website:- www.easycareglobal.com

1 Like

@easycaresocials

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.featured-collection__container {
background: linear-gradient(316deg, #39827e 0%,rgba(125,185,232,0) 100%);
    padding-bottom: 30px;
}
.featured-collection--section .home-section--title {padding-top: 30px;}
1 Like