How Can We Help?

What if I want to add multiple external CSS codes?

Updated April 22, 2024

You can add more code by using external link placed within <link rel=...>, then all of them will be printed one after another.

    <link rel="stylesheet" href="{{ theme_path }}theme/css/main.min.css">
    <link rel="stylesheet" href="{{ theme_path }}theme/css/responsive.min.css">