Re: Removing the ratings stars from the bottom of every page.

Solved

Removing the ratings stars from the bottom of every page.

DwayneA
Tourist
7 0 1

How can I remove the ratings stars at the bottom of every page? It has only shown up recently. I setup the POS and installed an invoice printing app recently. I have since removed the POS app with no effect.

 

Dawn 11 theme

 

www.sensiscience.co.za

 

Untitled2.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

HI @DwayneA 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheet.css

Step 3: Paste the below code at bottom of the file -> Save

 

div#shopify-block-8381150143805604809 {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 7 (7)

Nafiul
Shopify Partner
39 4 7

Hey @DwayneA ,
Looks like you have added that from your theme customizer. Please go to theme customization and scroll down to the footer and somewhere there you have added a black for it so remove it from there then i will disappear. 

Hope it wil help.

Thanks
Nafiul

- Was my reply helpful? Please Click Like
- Question answered? Mark it as an Accepted Solution.
Your Coffee Tip fuels our coding support magic.BUY ME A COFFEE
Looking for an experienced Shopify developer? Visit PointerFlow.com
DwayneA
Tourist
7 0 1

I have tried that. There is nothing in the footer. It's below the footer.

Untitled2.png

PageFly-Henry
Shopify Partner
1184 335 285

This is an accepted solution.

HI @DwayneA 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheet.css

Step 3: Paste the below code at bottom of the file -> Save

 

div#shopify-block-8381150143805604809 {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

DwayneA
Tourist
7 0 1

There is no file called stylesheet.css

DwayneA
Tourist
7 0 1

I had to paste this code in the custom css tab of them settings in the theme editor.

 

Thank you.

PageFly-Henry
Shopify Partner
1184 335 285

Glad it was able to work @DwayneA 😊

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Roches
Visitor
1 0 0

thank you