Best Answer

Targeting a specific page with custom CSS

  • 7 September 2023
  • 2 replies
  • 81 views

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.

icon

Best answer by gstager 7 September 2023, 14:04

View original

2 replies

Userlevel 7
Badge +5

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