Job post date inline-block removal
-
On single job listing page. There is a square block thing with the post date such as, 06 OCT, that is covering the title. I can not get rid of it. Not sure why I am the only one with this issue. New install and one test post.
On webpage Inspector shows this as the problem code:<div class="post-date wd-post-date wd-style-with-bg" onclick=""> <span class="post-date-day">06</span> <span class="post-date-month">Oct</span> </div>
Tried:
CSS change:
.job_listings .date {
display: none!important;
}
Nope.job_listings .post-date {
display: none!important;
}
NopeTried to override by copying it to yourtheme/job_manager/content-single-job_listing-meta.php
commented out:
39 <li class=”date-posted”><?php the_job_publish_date(); ?>
NopeTried to override by copying it to yourtheme/job_manager/content-job_listing.php.
commented out:
44 <li class=”date”><?php the_job_publish_date(); ?>
NopeGave it the finger and tried voodoo spell
YUP oh wait Nope
- The topic ‘Job post date inline-block removal’ is closed to new replies.