Section Divider Image

Hello,

I was just wondering if it is possible to change the image of the section divider at all (the purple heart), I’ve tried doing it but it had no luck.

Leon

Hi Leon,

Thank you for your another question.

You can change that image by using the custom CSS solution posted in the following reply.

https://colorlibsupport.com/t/unite-blog-customization/#post-52710

Best Regards,
Movin

Hm, I just tried that, but it just removes the heart and displays nothing, is there a maximum width at all? My image I want to use is 351px x 100px

`hr.section-divider:after {
background: url(‘http://www.nintybuzz.com/wp-content/uploads/2016/05/Pikmin.png’) no-repeat;
font-size: 0;
width: 351px;
height: 100px;
top: 0px;
}

Never mind, I reduced the size slightly and now it is working perfectly
Thank you so much for the help :slight_smile:

You are most welcome here :slight_smile: