The coloured dot inside images

In post grid or masonry all images shows a coloured dot while hovering the marker over the image.
Is there any way I can choose or produce another figure than the dot? I made a homepage for Red Cross and would like it to be the cross.
Thank You and most kind regards

Hello @DialogDesigneren,

Yes it is possible. Please add this code in X > Theme Options > CSS:

.entry-featured .entry-thumb:before {
    content: "\f055";
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.