firstnamelastname
Regular Member
- Jun 20, 2015
- 410
- 420
let's say I have a wordpress site in root
in root I create a folder /independent_website
to that folder, I upload html template
I want that independent site to be its own independent website. meaning, it should not be affected by the main website in any way. So for example, let's say the main wordpress site has a css class = "big" that makes the font 30px
the html template also has a css class = "big" but for the html template, the font needs to be 20px
How do I do that? How do I make sure that the css of the root website does not affect the inner folder website?
in root I create a folder /independent_website
to that folder, I upload html template
I want that independent site to be its own independent website. meaning, it should not be affected by the main website in any way. So for example, let's say the main wordpress site has a css class = "big" that makes the font 30px
the html template also has a css class = "big" but for the html template, the font needs to be 20px
How do I do that? How do I make sure that the css of the root website does not affect the inner folder website?