• Resolved Deranged_Dev

    (@deranged_dev)


    I want to hide the the big review box but I want to keep the ratings and rich snippets.
    I use the ratings for the sidebar widget but I don’t want that box that is created on review posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @deranged_dev can you please share a screenshot so that we can understand your concern better?

    Thread Starter Deranged_Dev

    (@deranged_dev)

    I want to hide this box : https://prntscr.com/pc220h

    but i still want the rich snippets/structured data associated with the ratings. I also need the ratings for the sidebar widgets.

    Plugin Contributor contactashish13

    (@rozroz)

    @deranged_dev you can use simple CSS to hide the box

    
    .wppr-review-container { display: none; }
    
    Thread Starter Deranged_Dev

    (@deranged_dev)

    Thank you that worked! Solved.

    Although just curious, I keep reading how google doesn’t like css code like “{ display: none; }”, as it is often used by spammers and cloakers. I understand there is some leeway in this regard. Would be nice to have an option to disable that box without “{ display: none; }”, if possible. I don’t know how many requests you get like mine, something to consider. Anyways, left 5 star review. Thanks.

    • This reply was modified 5 years, 1 month ago by Deranged_Dev.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide the Review box just keep rich snippets’ is closed to new replies.