All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
When I am on my website it says the website name but once I click on another website tab for example like youtube it changes to "Come Back!" "Don't forget this..." I want to just have my website name. Can anyone help me?
HI @fyejushop how are you
Please check like this code in <head> tag :
document.addEventListener("visibilitychange", function() {
if (document.hidden) {
document.title = "Come Back! Don't forget this...";
} else {
document.title = "Your Website Name";
}
});
If you find it ,comment it or remove from code.
I can't find it.
Is it under theme.liquid?
Yes, otherwise search in source code
Press ctrl + u
This is all I see.
When I press ctrl + u this is what I see
@fyejushop Please share your link here. Let me check
Cntrl + u then search
dbtfyInactiveTabFirstMessage: "🔥 Don\u0026#39;t forget this...",
dbtfyInactiveTabSecondMessage: "🔥 Come back!",
If you not find this may be it blong to snippet or section code.
Got it, Thank you!
welcome @fyejushop mark the solution 😊✔
Could u please help me I have the same problem pls list down the steps by step since I don't know much or anything
@fyejushop kindly hit likes and mark the solution thanks.
Hey I am new to all this i have the same problem could u explain to me step by step which page to open n what to do
@doctool please share the store Link!
I have the same problem and can't find it anywhere in my code could u help me please? this is the link of my website: https://zus-en-zoos.myshopify.com/
@Kastgeluk thanks for comment.
please search an comment it 'we miss you' in head tag