How to edit code of a newly created page?

Hi,

How can I find the corresponding CSS file (or should I create one) of a new page so I can edit the page without affecting other pages. For instance I just created a FAQs page, how can I edit the code?

My url https://189ee3-2.myshopify.com/pages/faq-1

Thank you guys!

@collins276 - this page do not have any specific id or class for FAQ page, but it has ids for sections, so you can use that id to set css for elements.

it will prevent affecting other pages

1 Like

Is it possible to add a JS or a CSS file in Code editor, if not, they must be somewhere in Shopify code editor, correct? Where can I find them?

@collins276 - go to online store->Themes->… near live theme->edit code

you will find all the theme code and can add/remove it as per the need

In this case, can you show me steps adding these files?