Hi, how can I change my announcement bar to a smaller font and in 1 line for mobile view.
My shop url: https://stonedandco.com/
Hi, how can I change my announcement bar to a smaller font and in 1 line for mobile view.
My shop url: https://stonedandco.com/
add this code in css file
@media(max-width:767px){
.top-bar__slider{
font-size:8px!important;
}
}