Styling sheet

Hi everyone, does anyone know how to access a styling sheet file instead of calling a single target ID or class? I’m looking for a more efficient way to apply styles across multiple elements on a webpage on my app. Thank you!

Hi,

Knack’s CSS stylesheet cannot be customized directly, only overriden. You could remove the link to the CSS stylesheet but it’s not advisable. Instead, I personally advise targeting your selectors more broadly instead of targeting specific views, which involves right-clicking the page and selecting Inspect or Inspect Element and analyzing the HTML markup to find the names of selectors.

Hope this helps.

1 Like