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 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?
@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
![]()
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
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.
@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/


