Hi, can someone help me to enter a code to enlarge the logo from the phone?
Because the theme (dawn) that I use it has no function to change the size of the logo
Hello @log11
Can you share store URL?
did you see?
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
yes
You can write ONLY what I have to paste.
thanks
@media screen and (max-width: 767px){
.header__heading-logo {
height: 56px !important;
max-width: 155px !important;
}
}
1 Like