How to show category in place of date. (Grid layout)
-
Hi, i red closed topic “How to show location in place of date. (Grid layout)” I want to show category in place of date. Tried this code, but it don’t work:
.advert-item-col-2 span.advert-date,
.advert-item-col-3 span.advert-date,
.advert-item-col-4 span.advert-date {
display: none !important;
}
.advert-item-col-2 .advert-category.adverts-icon-tags,
.advert-item-col-3 .advert-category.adverts-icon-tags,
.advert-item-col-4 .advert-category.adverts-icon-tags, {
display: inline-block !important;
}Please help, where is my mistake?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to show category in place of date. (Grid layout)’ is closed to new replies.