I am using the Debut theme and cannot find where to edit or remove this information. The links in my footer are correct and functional, but clicking on these leads to a 404 error. I cannot find where to edit or remove them. Updating the links in the Theme settings → social media does not change them. Thank you!
Hey @Kasteyl ,
Can you share the link to your store please? Thanks!
Hi @Kasteyl
Would you mind to share your store URL? Thanks!
Thank you!
Thank you!!
Thanks for the info, it seems like a app. Check this one if it remove if not then you need to contact the app provider.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “widget.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#widget-7271 {
display: none !important;
}
And Save.
Result:
If you cant find the file paste it on the theme.scss.css.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Kasteyl
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly

