Remove date on Reviews

This topic contains 16 replies, has 4 voices, and was last updated by  Nievo Jan 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #394281

    Nievo Jan
    Free User
    Post count: 31

    Is it possible to remove the date on reviews? See enclosed.

    #394287

    Joy
    Buyer
    Post count: 1076
    
    
    #reviewsTab #comments article header time {
        display: none;
    }

    You can try this.

    #394288

    Nievo Jan
    Free User
    Post count: 31

    Thank you. It works.

    #394438

    Nievo Jan
    Free User
    Post count: 31

    Just one more thing. How about the image in listing detail. Do you know how to remove it? Please see attached.

    #394440

    Joy
    Buyer
    Post count: 1076
    #394441

    Nievo Jan
    Free User
    Post count: 31

    Thanks. But it’s not practical on my need because I need not to show the featured image in all listing. It would be a long code because I need to have a code for every listing. I hope there is just a one single code to remove it.
    ————–
    Actually it worked out. I just remove the post id part. Thank you very much!

    #394442

    Joy
    Buyer
    Post count: 1076

    Good. Not sure if that will remove the featured image on every page. Here’s another post that discusses it as well. 🙂

    #394449

    Nievo Jan
    Free User
    Post count: 31

    I just discovered now that it also removed the featured image and search function in the homepage 😀

    #394450

    Joy
    Buyer
    Post count: 1076

    Lol, sorry I didn’t paste the link. I believe that this should work.

    
    
    .single-gd_place .featured-area {
    display: none!important;
    }

    Here is the link I meant to share with you earlier.

    https://wpgeodirectory.com/support/topic/featured-image-5/

    #394471

    Giri
    Expired Member
    Post count: 3155

    Thanks Joy, Your code would remove only the featured images in place post type.

    Not others.

    If you guys wanna remove the banners in all post types then use this css.

    
    
    body.single .featured-area {
       display: none! important;
    }

    Thanks

    #394480

    Nievo Jan
    Free User
    Post count: 31

    All working fine now. Thank you!

    #394481

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

    #394532

    Nievo Jan
    Free User
    Post count: 31

    Hi. I don’t want to create another thread. I will use this to ask another related questions.

    How to make the featured image on listing detail fixed on its position because when scrolling it also moves up and down.

    If this can be done then i don’t need to remove the feature image. 🙂

    #394533

    Joy
    Buyer
    Post count: 1076

    You can give this a try

    
    
    .featured-img {
        background-position: 50% 50% !important;
    }

    You may have to add the additional tags mentioned above to target which pages you want the featured image to be fixed.

    #394534

    Paolo
    Site Admin
    Post count: 31206

    hi, this topic is about “Remove date on Reviews” and it’s resolved.

    Please open new topics for any new question unless it is related, or I’ll be forced to close it.

    Thank you!

Viewing 15 posts - 1 through 15 (of 17 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket