Tools for customizing JReviews Themes

From JReviews Documentation
Revision as of 20:18, 9 May 2020 by Jreviews (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you use the Chrome browser, the best tools are the default DevTools:

Chrome-devtools.png

You can right-click on any element on the page and click Inspect Element. That will open up the Element tab of the Chrome DevTools and you will be able to inspect the html code and see all css styles that are applied to that specific element.

Check the Chrome DevTools Guide for more info on how to use it.