Skip to main content
Solved

Delete review section title

  • March 15, 2025
  • 1 reply
  • 27 views

Forum|alt.badge.img

Hi everyone,

I’m trying to remove the title of the review section on my website “customer reviews”, but I can’t find a way to do it. I'm using Klaviyo for integration—does anyone know how to hide or delete the title? Any help would be appreciated!

Thanks!

 

 

Best answer by Ojuade Peace

Hi ​@Jarnobroekkamp ! To hide or remove the "Customer Reviews" title on your website, here are a few things you can try:

 

1. Custom CSS: You can hide the title using custom CSS. Add this to your site’s CSS section:

   ```css

   .review-title {

       display: none;

   }

   ```

   Replace `.review-title` with the correct class or ID for your review section if it’s different.

 

2. Klaviyo Template Settings: If the reviews are integrated through Klaviyo email templates, check the template settings for an option to disable the title.

 

3. Theme Editor (if applicable): If your website theme has a review section, check your theme settings. There may be an option to hide or customize the title directly in the theme customization area.

 

Let me know if you need more help!

 

Whatsapp number+2349028546638

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

Forum|alt.badge.img+4
  • Problem Solver III
  • 27 replies
  • Answer
  • March 15, 2025

Hi ​@Jarnobroekkamp ! To hide or remove the "Customer Reviews" title on your website, here are a few things you can try:

 

1. Custom CSS: You can hide the title using custom CSS. Add this to your site’s CSS section:

   ```css

   .review-title {

       display: none;

   }

   ```

   Replace `.review-title` with the correct class or ID for your review section if it’s different.

 

2. Klaviyo Template Settings: If the reviews are integrated through Klaviyo email templates, check the template settings for an option to disable the title.

 

3. Theme Editor (if applicable): If your website theme has a review section, check your theme settings. There may be an option to hide or customize the title directly in the theme customization area.

 

Let me know if you need more help!

 

Whatsapp number+2349028546638


Reply