A great question. I’ve put together the following CSS that will allow you to achieve this:
.propertyhive ul.properties li .thumbnail a { overflow:hidden; }
.propertyhive ul.properties li .thumbnail a .flag {
top:-35px !important;
left:-65px !important;
border-top: 60px solid #dd3333;
border-bottom: 0px solid transparent;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
transform: rotate(-45deg);
}
Note that the positioning and color #dd33333 will need to change accordingly but hopefully that should allow you to achieve what you’re after, or at least get you started.
Of course let me know if I can assist further,
Steve
Thank you so much for replying, can you please confirm where I would add the CSS because it doesn’t seem to work with all the CSS files I attempt to add it too.
I have added it to the Customise CSS section of the Template Assistant and it seems to have worked there, thanks for all your help. If this is in the wrong location, please let me know and I can amend it
-
This reply was modified 2 years, 6 months ago by
turkeez.
The ‘Appearance > Customise > Custom CSS’ section is fine.
Glad to hear it worked.
Steve