How to prevent changes to HOME when working on ABOUT US page?

Hello…newbie here…how do i stop changes being made to my ‘About Us’ page being shown back on the ‘Home’ page of the site I’m building? Quite frustrating …please help, thanks.

I would imagine, that you’re using the same classes on both pages. For example a H1, H2, H3 without an additional class.

Try this:

  1. Make the homepage as you wish
  2. Make the about page, and for every change in style, add a class name.
    For example: H1_about if you change the H1 on the about page.

Good luck!

2 Likes

Thanks Diu! Worked perfectly! …