Skip to main content

Hi,

is there a way to target a specific page via custom CSS? Like changing font or hiding stuff only on that page? I thought of using page IDs, but inspecting pages with the browser inspector I can’t find any reference to them.

You’re right about using page IDs.

To help you find them - give this a go.

  1. Do a right click in the shown location on your platform on the page you want.
  2. Click Inspect
  3. Look nearby the highlighted line that appears - probably up a line or two
  4. Notice how my URL has the page number in it.
  5. You could also try that same convention as shown in my inspector. doc-page-xx

 

 

 

Hope that helps.


It helps a lot!

Thank you very much


Reply