Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! ??

    In order to help you better, could you send us a screenshot with the exact changes you need, please?

    We think that we can hide with you need with a CSS rule.

    Let us know any news and have a nice day!

    Thread Starter great2be

    (@great2be)

    Hello!

    Thanks for your reply.
    Screenshoot of the part I would like to remove:
    Screenshoot

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Sorry for the late reply.

    You can hide this part adding a simple CSS rule in your theme “Appearance > Customize > Additional CSS”

    #tab-reviews #ywar_reviews #reviews_summary{
         display: none;
    }

    Could you check it and let us know, please?

    Have a nice day! ??

    Thread Starter great2be

    (@great2be)

    Unfortunatelly the code is not working :/

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    Could you send us a product page link to check it directly and found the correct selector, please?

    Let us know.

    Thread Starter great2be

    (@great2be)

    Hej,

    here is the link.

    Thank you!

    • This reply was modified 5 years, 7 months ago by great2be.
    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    Could you try with this CSS rule, please?

    #tab-reviews #reviews_summary{
         display: none;
    }

    If not, you can try also with:

    #reviews_summary{
         display: none;
    }

    Let us know any news.

    Have a nice day!

    Thread Starter great2be

    (@great2be)

    Hello!

    I apologise for late reply.

    That one worked:

    #tab-reviews #reviews_summary{
         display: none;
    }

    Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing review sumary’ is closed to new replies.