Sort division post (heart icon) for Unite WordPress theme

Good night, I love the design used for the division of post with a line and a heart. However, I would personalize it a bit more and instead display a heart image I created. Right now I’m trying to then install theme with the real domain, this is the test url: sitiowebdepruebas.tk, there you can see that I removed the heart and tried to place the image of a lens but were not in the position of the heart that is where I want to place it. Is there any way to do this.

By the way I love your blog, the settings are excellent, I have worked with many free themes before and are very stiff and always have to mess with the code, here it almost was not necessary. My sincere congratulations and thanks.

I hope you can help me with my concern.

Thanks you for your kind words!

That icon is created using Font Awesome icons (http://fontawesome.io/icons/) and it would be much easier to just use one of those icons instead of adding image there. However, it is also possible to use image but there might be some tweaking necessary.

Try adding this code to Theme Options - Other - Custom CSS and let me know if that works

hr.section-divider:after {
  content: "";
  top: -7px;
  left: 50%;
  right: 50%;
  width: 70px;
  height: 20px;
  background: url(http://sitiowebdepruebas.tk/wp-content/uploads/2014/04/lentesanna.png);
  background-repeat:no-repeat;
}

Excellent! It worked perfectly! Thank you very much for your prompt response.

Regards

I’ve found this usefull too.

Thanks!