Where is the mini cart code in Theme Maranella?

Solved
reelpak
Visitor
2 1 1

I am trying to remove Vendor Name from appearing in the Mini Cart of Maranella theme.  Does anyone know where that code is located?

Accepted Solutions (2)
makkaomakka
Shopify Partner
921 182 191

This is an accepted solution.

Hi @reelpak ,

 

As Maranella theme is a paid theme that we do not have access to, i cannot suggest where exactly is the source code. However, if you want to only remove the vendor from the mini cart, you can add bellow CSS to the theme.liquid file.

 

<style>.mini-cart-item-list .mini-cart-item-eyebrow{display: none;}</style>

 

Steps to add CSS:

Step 1: Go to Online Store > Themes > Active theme > Edit

mangitma_0-1695495139375.png

Step 2: Search for "theme.liquid"

mangitma_1-1695495185345.png

Step 3: Add the CSS above "</head>"

mangitma_2-1695495246623.png

 

 

 

Before:

mangitma_4-1695495327896.png

 

After:

mangitma_3-1695495310673.png

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Mangit

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

reelpak
Visitor
2 1 1

This is an accepted solution.

Thank you so much.  That did the trick.

View solution in original post

Replies 2 (2)
makkaomakka
Shopify Partner
921 182 191

This is an accepted solution.

Hi @reelpak ,

 

As Maranella theme is a paid theme that we do not have access to, i cannot suggest where exactly is the source code. However, if you want to only remove the vendor from the mini cart, you can add bellow CSS to the theme.liquid file.

 

<style>.mini-cart-item-list .mini-cart-item-eyebrow{display: none;}</style>

 

Steps to add CSS:

Step 1: Go to Online Store > Themes > Active theme > Edit

mangitma_0-1695495139375.png

Step 2: Search for "theme.liquid"

mangitma_1-1695495185345.png

Step 3: Add the CSS above "</head>"

mangitma_2-1695495246623.png

 

 

 

Before:

mangitma_4-1695495327896.png

 

After:

mangitma_3-1695495310673.png

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Mangit

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

reelpak
Visitor
2 1 1

This is an accepted solution.

Thank you so much.  That did the trick.