Thread Starter
Brisch
(@brisch)
Btw. I as looking for other postings about the childe thhme, they are all closed – Why?
I would also like to know how to do a child thme. I created one, it works, but I can not overwrite style.css, so I can not customize it.
Thank you.
Thread Starter
Brisch
(@brisch)
andr3w1, can you plese send me the childtheme that works, than you. I will try if I can customize it ([email protected]). But hope we will get an answer from the company who made this theme.
Hi @andr3w1 and @brisch, sorry for the late reply!
Creating a child theme is a bit buggy at the moment but I will try to get it fixed as soon as possible.
For now, to make it work properly it seems like you have to copy over the Bootstrap css, which can be found under
Lighthouse > css > bootstrap.css
If there is still stuff missing you might have to copy over the original style.css too from the root folder, but I doubt it!
To overwrite the css, you will have to write your own in the bottom of the sheet, so the ordering of all CSS would be
–Child theme.css start–
bootstrap.css
style.css
Your css
–Child theme.css end–
Remember that you can always add your css as well under “appearance > customize > additional CSS”, it won’t be overwritten here when you update the theme either