How to add custom CSS file in the template, where to make changes

kostianev
78 Posts
kostianev posted this 24 December 2020

Dear, I need to integrate Custom CSS file, like mystyle.css, where I can edit it through FTP client and make changes to my styles. I need to know how to do this.

Dear, I need to integrate Custom CSS file, like mystyle.css, where I can edit it through FTP client and make changes to my styles. I need to know how to do this.
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team posted this 24 December 2020

Hello Aleksandar,
We suggest adding all custom CSS via Themler -> Home -> Settings -> Additional CSS.
The code will be then available in the main css file in the end of it.

Or you can try linking your custom css file by adding the ink to it in Themler via Home -> Settings -> Additional Head HTML:

<link rel="stylesheet" type="text/css" href="custom.css" media="screen"/>

The file itself should be placed to the theme folder via ftp, inside css folder. Or you can place it somewhere else, outside of the theme, but inside public folder and make sure that the link to the file is updated accordingly.

Gina
Themler support

Hello Aleksandar, We suggest adding all custom CSS via Themler -> Home -> Settings -> Additional CSS. The code will be then available in the main css file in the end of it. Or you can try linking your custom css file by adding the ink to it in Themler via Home -> Settings -> Additional Head HTML: <link rel="stylesheet" type="text/css" href="custom.css" media="screen"/> The file itself should be placed to the theme folder via ftp, inside css folder. Or you can place it somewhere else, outside of the theme, but inside public folder and make sure that the link to the file is updated accordingly. Gina Themler support
kostianev
78 Posts
kostianev posted this 24 December 2020

Thank you so much!

Thank you so much!
You must log in or register to leave comments