Hello,
How to find or detect the theme of a Magento 2website, I don't have admin credentials, from the frontend how can I find the theme used.
Here is the site I want to know about the theme.
Hi @ishaqdahot
If you don't have admin access, you can check it via code folder or through database as well.
In code you can check the folder on path app/design/frontend/Magento/Teckzu and there you can find its parent theme as well.
Hope it helps!
Thank you.