No content to show
User Activity
10-30-2022
It might take a while – Google does things at it's own pace unfortunately. Hang tight.Make sure to go to search console and require a reindexing your homepage if you didn't do that already. I believe that if you remove any instances of that "planet...
No problem ps. If it was helpful and solved the issue, you can mark the answer as a correct one.
10-28-2022
It will take some time for google to reindex. But that image alt tag is pretty much the only place where it could be getting that specific string: "planet junior-toys store Pakistan" There might have been 1-2 other images with that tag also.
It's easy to find that element if you have access to the theme files. We do not (we are not logged in) so there is no way to tell. Here is a hack. It's not pretty but it works. Go to edit code in your theme and add this to end of any CSS file like st...
10-28-2022
Two things. 1) One thing I have noticed is that google will choose what to show as the title (the blue link in search results). It maybe be what you have chosen or might be something else. What Google shows as the blue link in results will often depe...
Oh sorry wrong one! I just looked at the "Hero Banner in dawn" and overlooked something.. This CSS should work. In Dawn theme, inside a collection page, The Collection Banner, the description (that is added in the Shopify backend, for the collection....
Hello, You can use this CSS snippet to change colors of Sense blog post links. Add it to your base.css file in the bottom, and edit the color value. article.article-template a {
color: #e20000;
} You can use a color tool online for help with....
If you can't find a built-in solution and need to use custom CSS code, I wrote a little snippet you can use. Just copy-paste it to your base.css and adjust the 30px to be whatever you like. /*Increase Dawn Hero banner description font-size*/
.bann...
From my limited research, it seems the issue is because the options don't talk to each other and liquid cannot handle this type of logicHere you are absolutely right. I'm assuming we would need to use JS and query selectors to build this function.You...
Thanks. Agreed. Fully hiding the variants that do not exist (if there is no plan on having them in stock ever). And then greying out the sold out variants is the best user experience. I also feel that for some stores it might be better to add a litt...
I see. What would be the ideal solution for you? I'm doing my best to solve this specific issue (and have done it for about 8 Shopify stores) Would you like to hide or grey-out the sold out variants? You can check my previous reply. It has 3 ways to ...
Seems like you asked the same question in another thread here. I just posted a step-by-step video and copy-pasteable CSS code snippets there.
07-13-2022
If you already have some Adobe fonts working (body but not headings) you can just add this to your base.css and edit accordingly. /* Shopify Dawn Custom Adobe Fonts
Make sure to add the Font snippet to theme.liquid
*/
:root {
--font-body-family...
07-13-2022
I recorded a step-by-step video for you Steps1) Create your font kit in fonts.adobe.com/fonts2) Create a webfont kit.3) Name it.4) Copy The Adobe Font Snippet and copy it to your theme.liquid inside the <head> tag.Line 41 looks like a nice for it.5)...
I don't want to flood this forum too much with just my product. I'll try and provide more general information and multiple possible solutions, along with their pros and cons. For info on my plugin / code snippet, you can go here. It has details, FAQ'...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
865 | 10-28-2022 09:18 AM | |
401 | 10-28-2022 09:00 AM | |
426 | 10-18-2022 06:11 PM |