Hey – if I customize Epik, how do I keep my changes from getting wiped out on..?

Homepage Community Forums Epik Theme Support Hey – if I customize Epik, how do I keep my changes from getting wiped out on..?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5338
    dono2081
    Customer

      Hi everyone! I’m in the middle of modifying Epik, and this thought occurred to me … how do I keep any updates to Epik from over-writing my changes to the Epik theme?

      Can I do something like create a separate functions file “functions-dons.php” within /Epik? And do I need to reference that with an @import or equivalent, or does WordPress magically ‘know’ about it, like it knows about functions.php in the child theme and concatenates the child’s functions with the main theme’s functions?

      Same questions with the css … separate css file that I import? Is this considered ‘best practices’ when modifying a child theme?

      Thanks!

      D

      #5348
      Eric
      Customer

        I don’t know whats considered “best” but yes you could just import a custom css file if you wanted….or you could add your code at the bottom of your css. For the functions file, you could just add your customizations there, since there won’t be much changed…..and anything that is changed can easily be managed since its not a big file.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.