Home › Forums › WoodMart support forum › Duplicate files Duplicate files This topic has 5 replies, 2 voices, and was last updated 2 years, 4 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 11, 2022 at 3:28 pm #402767 cesaicumparParticipant Hello! I noticed in the theme file editor that there is a duplicate for each folder. For example there is headerBanner.js and headerBanner.min.js. My question is – if I want to add code, where do I add it? To the original file/to the minified file/to both? September 11, 2022 at 10:18 pm #402788 Elise NoromitMember Hello, If you want to add a custom JS, you need to add the code to the Theme Settings > Custom JS. You would rather not to add anything to the theme files. If you have any questions please feel free to contact us. Best Regards September 11, 2022 at 10:22 pm #402789 cesaicumparParticipant I would like to add some code right after the main menu, before the content starts – https://postimg.cc/q6RbzPcj I was told that I had to modify the header.php file. How do I do it using Theme Settings > Custom JS? September 12, 2022 at 3:38 am #402816 Elise NoromitMember Hello, You can add the content to the Product category page using HTML blocks: https://xtemos.com/docs-topic/html-blocks-usage/ You can add the HTML block to the category description: https://xtemos.com/docs-topic/product-category-menu/ If you have any questions please feel free to contact us. Best Regards September 12, 2022 at 7:51 pm #403061 cesaicumparParticipant I want to add the code to the whole website, not only on the product category page. That is why I want to modify the header.php file September 13, 2022 at 3:34 am #403113 Elise NoromitMember Hello, You can copy header.php into the child theme and edit it. You will need to activate the child theme. If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register