Slider "home" icon below images

Hi, I have a few sliders on my website and below each photo is a red home icon and then grey circles after it. How do I change the red home icon to be a red circle (similar to the grey circles)? 


Thanks!

Comments

  • Hi,
    Please paste that code below to the Theme Options > Custom CSS & JS > CSS
    .slider_pagination .slick-active a::after{
    height:0 !important;
    width:0 !important;
    }

    .slider_pagination .slick-active a{
    width:12px !important;
    height:12px !important;
    top:0 !important;
    border-radius:50% !important;
    }
    Thanks
  • Worked like a charm, thanks.
Sign In or Register to comment.