Hi support, hope you could help with the following issue im having.
Developing a test site.
Further down the page you will see rows of properties.
I am trying to overlay a “sold” (example) status ontop of the property pics. There is no provision that was made inside the real estate plugin to add such a status overlay(boo!)
I am hoping to use the Enfold created image overlay box to place status!
Currently the overlays are set not display in may custom css.
The default overlays only activate on hover and insert the swiveling arrow. I would need a permanent image on the top left.
On the second row, first house you will see where I tried to insert a status but it is placed behind, and does not show fully.
Any help would be awesome.
Thanks. Big fan of the enfold theme.
Steve
Hey bodnikwebservices!
Thank you for using Enfold.
Please add something like this in the Quick CSS field:
.IDX-showcaseCell {
position: relative;
}
.IDX-showcaseCell:before {
content: 'Sold';
display: block;
background: red;
padding: 5px 10px;
z-index: 1000;
position: absolute;
top: 10px;
left: 10px;
}
Can you apply a unique custom css class attribute to each cell or property?
Cheers!
Ismael
Beyond The Call of Duty
starring Ismael.
Thanks! code worked great
Steve
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay