how to add css file to wordpress
-
Hello,
I made a modification in the file reset.css (it’s about the size of the margin).
I pasted this file into the child theme folder. However, I do not know what command to write in the function.php child theme folder, to force the reading of the reset.css file from: child_theme/css/ reset.css.
Now word press reads this file from main_theme/css/reset.css and the changes are not made in this file.The modified file is in the child_theme folder and i want to use this file, i don’t want to change oryginal file from main theme.
Can anyone give me which command should be entered into function.php so that word press read the modified file?
The topic ‘how to add css file to wordpress’ is closed to new replies.