No content to show
User Activity
I have checked your website and it seems you have finally managed to resize the logo of the Pookie Home. We, as all community members, try to help other Shopifyers here and learned a lot at the same time. I did not know even what the heck Pookie mean...
Make the Modal Full-Screen: To ensure the modal and overlay cover the entire screen, you’ll need to adjust the CSS. Try adding or updating these styles: .modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: r...
08-10-2024
Log In to Shopify Admin: Go to your Shopify Admin panel.Help Center: Click on “Help” or “Shopify Help Center” in the bottom-left corner of the screen.Contact Support: Look for the option to contact Shopify Support or view your recent support interact...
08-10-2024
To ensure that items are reserved when added to a draft order, you might consider these approaches: Manual Reservation: After creating a draft order, manually adjust the inventory level to reserve the items. This can be done by temporarily reducing t...
08-10-2024
Identify Rows and Headings: First, make sure each row and heading in your multirow section has unique classes or IDs. This will help you target them specifically with CSS. Add Custom CSS: Go to your Shopify Admin, click on “Online Store” > “Themes” >...
Check Your Query: It seems like your GraphQL query might be missing some details or incorrectly structured. Make sure you’re correctly specifying the options and their values. Correct Example Code: Here’s a revised version of your mutation query that...
Hope it helps some here
To increase the font size of your product title on desktop view only, you can add some custom CSS. Here’s how you can do it: Go to Shopify Admin: Click on “Online Store” and then “Themes.” Edit Code: Find your theme, click “Actions,” and then “Edit c...
No worries, this isn’t too complicated. Here’s how you can show the size chart block only for products from a specific vendor: Go to Shopify Admin: Click on “Online Store” and then “Themes.” Edit Code: Find your Dawn theme, click “Actions,” and then ...
08-10-2024
I could not see any underlined collapsible item on your website, hope you have solved the problem.
08-10-2024
First things first, I liked your website. Secondly, there is a code on your website HTML, it will be like this:.Avada-LoadingScreen {display: none;width: 100%;height: 100vh;top: 0;position: fixed;z-index: 9999;display: flex;align-items: center;justif...
08-10-2024
You can automate listing your inventory on a Shopify page by using a custom script. Here’s a simple way to do it: Custom Script: Write a script that uses Shopify’s API to pull inventory data and update the content of your page automatically. This wil...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
468 | 08-10-2024 04:15 PM | |
1595 | 08-10-2024 04:13 PM |