Home Forums Pro Themes Realestate Base Pro Remove reviews

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #119255
    spazeinvader
    Participant

    How do you remove the reviews feature on the products page? Or get it to not display?
    https://themepalace.com/theme-demo/?demo=UVU3ZkpFbk9jM2dMalcvdm1ka3JFdz09

    #119281
    wensolutions
    Keymaster

    Hello,

    Regarding your query to remove the reviews feature on the products page, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .woocommerce-Reviews{
            display: none;
    }
    
    .tabs .reviews_tab a{
       display:none!important
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.