Delete title of an a review app

Solved

Delete title of an a review app

pongopetfood
Excursionist
42 0 13

Hello, 

 

I’m using an app to get reviews (Judge me), I’ve added the 'carousel' module on my site, but I’d like to remove the title (highlighted in red in the photo). Any ideas?

 

URL : https://pongopetfood.com/

 

Thank you !! 

Capture d’écran 2024-10-03 à 09.49.29.png

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1953 561 561

This is an accepted solution.

@pongopetfood ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

 

<style>
.jdgm-carousel-title-and-link {
  display: none!important;
}
</style>

Result:

BSSCommerceB2B_0-1727942189092.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Moeed
Shopify Partner
5783 1569 1863

This is an accepted solution.

Hey @pongopetfood 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.jdgm-carousel-title-and-link {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727942248900.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1953 561 561

This is an accepted solution.

@pongopetfood ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

 

<style>
.jdgm-carousel-title-and-link {
  display: none!important;
}
</style>

Result:

BSSCommerceB2B_0-1727942189092.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

pongopetfood
Excursionist
42 0 13

That's working !! Thank youuu

Moeed
Shopify Partner
5783 1569 1863

This is an accepted solution.

Hey @pongopetfood 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.jdgm-carousel-title-and-link {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727942248900.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


pongopetfood
Excursionist
42 0 13

thank youuu

Moeed
Shopify Partner
5783 1569 1863

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications