Hello,
I’m trying to increase the logo font size, but I can’t work out how to do it. Could anyone make any suggestions? Here is a preview of the url - https://punchy-drinks-ltd.myshopify.com/?_ab=0&_fd=0&_sc=1&key=659f0a4b16e1feeef9a4f4e1c93f74a205cc8fd0693adc09ff9b991040a26a5f
I’ve tried :root { logo-font-size: 42px; } in the custom.css file
Anyone got any suggestions?
Thanks so much
             
            
              
              
              
            
            
           
          
            
            
              please Go to Online Store->Theme->Edit code then Asset->/theme.css ->paste below code at the bottom of the file.
.site-header  .site-header__wrapper .site-header__wrapper__center .site-header__logowrapper .site-header__logo .site-header__logo-link{
	font-size: 30px !important;
}
.site-header  .site-header__wrapper .site-header__wrapper__center .site-header__logowrapper .site-header__logo .site-header__logo-overlay-link{
    font-size: 30px !important;
}
@media screen and (max-width: 749px) {
  .mobile-grid--table .grid__item  .site-header__logowrapper .site-header__logo .site-header__logo-link{
	font-size: 24px !important;
}
.mobile-grid--table .grid__item  .site-header__logowrapper .site-header__logo .site-header__logo-overlay-link{
	font-size: 24px !important;
}
}
             
            
              
              
              
            
            
           
          
            
            
              if you get solution please accept as solution and click on like
             
            
              
              
              
            
            
           
          
            
            
              Do you know how to change the font size for the Size and color product variant option?