{"id":1685,"date":"2022-07-22T20:30:11","date_gmt":"2022-07-22T20:30:11","guid":{"rendered":"https:\/\/knight.domains\/support\/?p=1685"},"modified":"2022-07-22T20:30:13","modified_gmt":"2022-07-22T20:30:13","slug":"getting-started-viewing-and-finding-css-classes-with-web-inspector","status":"publish","type":"post","link":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/","title":{"rendered":"Getting Started Viewing and Finding CSS Classes with Web Inspector"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Web Inspector is a powerful tool that lets you view all resources and activity on a web page. This post will guide you through some of the tool\u2019s most useful features and how you can use them to aid in your own web development.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Navigating to Web Inspector<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To open Web Inspector you can press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS). This is what your window should look like when Web Inspector is active:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\" alt=\"\" class=\"wp-image-1508\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Selecting a Specific Element in Web Inspector<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you wish to inspect a specific element on a webpage to learn more about it, you can simply right-click on the element and select \u201cinspect\u201d.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.52.21-AM.png\"><img decoding=\"async\" src=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.52.21-AM-1024x461.png\" alt=\"\" class=\"wp-image-2142\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Locating the Element\u2019s Class Properties<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When you have an element selected, you can make changes within the web inspector to see how the webpage might appear if edits were made to the element. As you make edits within the inspector, the webpage will give you live updates as to how your changes would appear. Hovering over the code sections in the top right section of the inspector window will highlight the element on the page it\u2019s referring to if you\u2019re having trouble locating a certain element. You may have to expand a section to locate it.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.53.07-AM.png\"><img decoding=\"async\" src=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.53.07-AM.png\" alt=\"\" class=\"wp-image-2141\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have found it, click on it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the styles tab within Web Inspector you can view all the CSS properties that belong to the HTML element\/class you have selected. These too be manipulated to affect the appearance of the webpage. Just like hovering on code in the top section of the inspector window highlights that element on the page, hovering over different style elements does the same (pictured below)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.57.26-AM-1.png\"><img decoding=\"async\" src=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-11.57.26-AM-1-1024x474.png\" alt=\"\" class=\"wp-image-2144\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll notice that the styles tab is segmented into different sections. Editing some of these sections will affect the stylization of just the element you chose to inspect, but adding edits to other sections will affect an entire class that that element belongs to.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have found the element or class you would like to manipulate, try playing around with the stylization of the elements on your webpage. If you find the class of an element you want to make a permanent change to, you are able to bring that into the \u201cAdditional CSS\u201d tab in the WordPress Customizer to further customize elements on your site. For example, the above highlighted title has its stylizing under the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.elementor-642 .elementor-element.elementor-element-4f9fcd00 .elementor-heading-title{\n\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to change that text\u2019s color, you can put the CSS code within that class in the \u201cAdditional CSS\u201d tab and change the element.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.elementor-642 .elementor-element.elementor-element-4f9fcd00 .elementor-heading-title{\n  color: red;\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-12.04.00-PM-1.png\"><img decoding=\"async\" src=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2022\/03\/Screen-Shot-2022-03-23-at-12.04.00-PM-1-1024x477.png\" alt=\"\" class=\"wp-image-2146\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019re having trouble finding a class, do not worry. Finding CSS classes can take time and practice. You are always welcome to make a&nbsp;<a href=\"https:\/\/techbar.knight.domains\/schedule-an-appointment\/\">Tech Bar appointment<\/a>&nbsp;if you need additional assistance.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Additional Resources<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/techbar.knight.domains\/domains\/css-basics\/\">CSS Basics<\/a><\/li><li><a href=\"https:\/\/techbar.knight.domains\/domains\/how-to-customize-css-for-a-single-page-or-post\/\">How to Customize CSS for a Single Page or Post<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Web Inspector is a powerful tool that lets you view all resources and activity on a web page. This post will guide you through some of the tool\u2019s most useful features and how you can use them to aid in your own web development. Navigating to Web Inspector To open Web Inspector you can press&hellip;&nbsp;<a href=\"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Getting Started Viewing and Finding CSS Classes with Web Inspector<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[7,22,21,15],"tags":[],"class_list":["post-1685","post","type-post","status-publish","format-standard","hentry","category-applications","category-custom-code","category-learn","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support\" \/>\n<meta property=\"og:description\" content=\"Web Inspector is a powerful tool that lets you view all resources and activity on a web page. This post will guide you through some of the tool\u2019s most useful features and how you can use them to aid in your own web development. Navigating to Web Inspector To open Web Inspector you can press&hellip;&nbsp;Read More &raquo;Getting Started Viewing and Finding CSS Classes with Web Inspector\" \/>\n<meta property=\"og:url\" content=\"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/\" \/>\n<meta property=\"og:site_name\" content=\"Knight Domains Support\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-22T20:30:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-22T20:30:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#\\\/schema\\\/person\\\/97fce710c22c2ab77084638feca7a7b3\"},\"headline\":\"Getting Started Viewing and Finding CSS Classes with Web Inspector\",\"datePublished\":\"2022-07-22T20:30:11+00:00\",\"dateModified\":\"2022-07-22T20:30:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/\"},\"wordCount\":492,\"publisher\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/techbar.knight.domains\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\",\"articleSection\":[\"Applications\",\"Custom Code\",\"Learn\",\"Wordpress\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/\",\"url\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/\",\"name\":\"Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/techbar.knight.domains\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\",\"datePublished\":\"2022-07-22T20:30:11+00:00\",\"dateModified\":\"2022-07-22T20:30:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#primaryimage\",\"url\":\"https:\\\/\\\/techbar.knight.domains\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\",\"contentUrl\":\"https:\\\/\\\/techbar.knight.domains\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/getting-started-viewing-and-finding-css-classes-with-web-inspector\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/knight.domains\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started Viewing and Finding CSS Classes with Web Inspector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/knight.domains\\\/support\\\/\",\"name\":\"Knight Domains Support\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/knight.domains\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#organization\",\"name\":\"Knight Domains Support\",\"url\":\"https:\\\/\\\/knight.domains\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/knight.domains\\\/support\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-norbyKDC_noText.png\",\"contentUrl\":\"https:\\\/\\\/knight.domains\\\/support\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-norbyKDC_noText.png\",\"width\":1200,\"height\":950,\"caption\":\"Knight Domains Support\"},\"image\":{\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/knight.domains\\\/support\\\/#\\\/schema\\\/person\\\/97fce710c22c2ab77084638feca7a7b3\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/knight.domains\\\/support\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support","og_description":"Web Inspector is a powerful tool that lets you view all resources and activity on a web page. This post will guide you through some of the tool\u2019s most useful features and how you can use them to aid in your own web development. Navigating to Web Inspector To open Web Inspector you can press&hellip;&nbsp;Read More &raquo;Getting Started Viewing and Finding CSS Classes with Web Inspector","og_url":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/","og_site_name":"Knight Domains Support","article_published_time":"2022-07-22T20:30:11+00:00","article_modified_time":"2022-07-22T20:30:13+00:00","og_image":[{"url":"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#article","isPartOf":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/"},"author":{"name":"admin","@id":"https:\/\/knight.domains\/support\/#\/schema\/person\/97fce710c22c2ab77084638feca7a7b3"},"headline":"Getting Started Viewing and Finding CSS Classes with Web Inspector","datePublished":"2022-07-22T20:30:11+00:00","dateModified":"2022-07-22T20:30:13+00:00","mainEntityOfPage":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/"},"wordCount":492,"publisher":{"@id":"https:\/\/knight.domains\/support\/#organization"},"image":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#primaryimage"},"thumbnailUrl":"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png","articleSection":["Applications","Custom Code","Learn","Wordpress"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/","url":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/","name":"Getting Started Viewing and Finding CSS Classes with Web Inspector - Knight Domains Support","isPartOf":{"@id":"https:\/\/knight.domains\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#primaryimage"},"image":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#primaryimage"},"thumbnailUrl":"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png","datePublished":"2022-07-22T20:30:11+00:00","dateModified":"2022-07-22T20:30:13+00:00","breadcrumb":{"@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#primaryimage","url":"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png","contentUrl":"https:\/\/techbar.knight.domains\/wp-content\/uploads\/2020\/06\/Screen-Shot-2020-06-29-at-1.29.06-AM-1024x621.png"},{"@type":"BreadcrumbList","@id":"https:\/\/knight.domains\/support\/getting-started-viewing-and-finding-css-classes-with-web-inspector\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/knight.domains\/support\/"},{"@type":"ListItem","position":2,"name":"Getting Started Viewing and Finding CSS Classes with Web Inspector"}]},{"@type":"WebSite","@id":"https:\/\/knight.domains\/support\/#website","url":"https:\/\/knight.domains\/support\/","name":"Knight Domains Support","description":"","publisher":{"@id":"https:\/\/knight.domains\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/knight.domains\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/knight.domains\/support\/#organization","name":"Knight Domains Support","url":"https:\/\/knight.domains\/support\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/knight.domains\/support\/#\/schema\/logo\/image\/","url":"https:\/\/knight.domains\/support\/wp-content\/uploads\/2020\/08\/cropped-norbyKDC_noText.png","contentUrl":"https:\/\/knight.domains\/support\/wp-content\/uploads\/2020\/08\/cropped-norbyKDC_noText.png","width":1200,"height":950,"caption":"Knight Domains Support"},"image":{"@id":"https:\/\/knight.domains\/support\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/knight.domains\/support\/#\/schema\/person\/97fce710c22c2ab77084638feca7a7b3","name":"admin","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14485561fe5f6aa0e0fa6f4fec288e998230a44741f270a510ea9621f2d9cfb6?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/knight.domains\/support\/author\/admin\/"}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin","author_link":"https:\/\/knight.domains\/support\/author\/admin\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/knight.domains\/support\/category\/applications\/\" rel=\"category tag\">Applications<\/a> <a href=\"https:\/\/knight.domains\/support\/category\/learn\/custom-code\/\" rel=\"category tag\">Custom Code<\/a> <a href=\"https:\/\/knight.domains\/support\/category\/learn\/\" rel=\"category tag\">Learn<\/a> <a href=\"https:\/\/knight.domains\/support\/category\/applications\/wordpress\/\" rel=\"category tag\">Wordpress<\/a>","rttpg_excerpt":"Web Inspector is a powerful tool that lets you view all resources and activity on a web page. This post will guide you through some of the tool\u2019s most useful features and how you can use them to aid in your own web development. Navigating to Web Inspector To open Web Inspector you can press&hellip;&nbsp;Read&hellip;","_links":{"self":[{"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/posts\/1685","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/comments?post=1685"}],"version-history":[{"count":1,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/posts\/1685\/revisions"}],"predecessor-version":[{"id":1686,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/posts\/1685\/revisions\/1686"}],"wp:attachment":[{"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/media?parent=1685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/categories?post=1685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/knight.domains\/support\/wp-json\/wp\/v2\/tags?post=1685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}