Custom

This section allows you to append custom styles and scripts to the main theme stylesheet and script files. It is always recommended to use this functionality instead of manually modify theme files.

How to insert styles for mobile devices only?

@media only screen and (max-width: 767px) {
  /* INSERT STYLES HERE */
}