Mau
February 14, 2023, 9:47am
1
Hi people,
it is possible this specific subject was treatd before, but I can’t find it.
I’m trying to get rid of the ‘ADDED ON XXXXX’ string that shows on the front page and on the listing page. I tried some CSS but it does not work, or maybe it is not the correct string.
.hp-listing__details .hp-listing__details--primary {display: none}
.hp-listing__created-date .hp-listing__date .hp-meta {display: none
}
.hp-listing__created-date {display: none}
.hp-listing__date {display: none}
.hp-meta {display: none}
.hp-listing__meta {display: none}
.hp-listing__time {display: none}
.hp-listing__created-date .hp-listing__date .hp-meta {display: none}
I tried them separetely, all together, one at a time, no luck.
Glad if you can help.
Thanks
Hi. Try this CSS:
.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
display: none;
}
2 Likes
Mau
February 14, 2023, 12:02pm
3
thanks very much. It works
system
Closed
March 16, 2023, 12:02pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
Adams
September 26, 2024, 5:57pm
5
Google instead indexing and show my listing page title,
It shows published and adding date like below: Added on 09/27/2024
How to remove added on date from listing?
I think it can be nice if you add a feature in next version to off/on this from hivepress dashboard by one click.
andrii
September 27, 2024, 7:23am
6
Hi,
Please check the solution in this topic.
1 Like
Adams
September 28, 2024, 4:48am
8
It works great thanks. But please add on/off button for this in admin dashboard for next release version.
.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
display: none;
}
system
Closed
October 28, 2024, 4:49am
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.