Hi I’m trying to make my shop now button smaller on mobile but I can’t find the right code, can anyone assist please?
can you please share the Store URL so I can provide you accurate code!
password: nuflos
All sorted
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 767px){
.hero__btn { font-size: 12px !important; padding: 10px !important;}
}
Thanks!