{"id":3351,"date":"2023-04-12T15:32:48","date_gmt":"2023-04-12T15:32:48","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/"},"modified":"2026-01-16T14:55:19","modified_gmt":"2026-01-16T14:55:19","slug":"creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/","title":{"rendered":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal?"},"content":{"rendered":"<p><strong><em>Wow, branding on my Cognos Portal!<\/em><\/strong><\/p>\n<p><strong>Business Case:\u00a0 <\/strong><\/p>\n<p>When using Cognos Analytics V11, there is a default theme which is quite nice, but not very brand friendly. The goal of this article is to show you how to go from this generic IBM theme \u2026.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-255 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF1-1024x434.jpg\" alt=\"\" width=\"605\" height=\"256\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>To the customized portal screen below\u2026<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-256 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF2-1024x458.jpg\" alt=\"\" width=\"605\" height=\"271\" \/><\/p>\n<p>As you can see, we have changed the tab name to show our brand icon, the IBM name has been replaced with our company name, \u201cQueBIT\u201d, and our color schema has been changed to our branded colors.\u00a0 This process is very easy to do, if you follow the steps below.<\/p>\n<p><strong>Procedure:<\/strong><\/p>\n<ol>\n<li>Create a folder to hold the theme files. We recommend the folder be named the same as the theme name you plan to upload.\u00a0 In this example, we named the folder \u201cQueBITTheme\u201d.\u00a0 Create a subdirectory in this folder and call it images.\u00a0 This is where the images will be stored.\u00a0 And finally, create a text file and name it spec.json.\u00a0 The file will hold JSON code.\u00a0 JSON is a very common data format used for asynchronous browser\u2013server communication. It is a language-independent data format and was derived from JavaScript.\u00a0 However, as of 2017 many programming languages include code to generate and parse JSON-format data.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-257 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF3.jpg\" alt=\"\" width=\"944\" height=\"145\" \/><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"2\">\n<li>Under the images folder, store the images you plan to use as part of your updated theme.\u00a0 In this example, we saved the images as png files.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-258 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF4.jpg\" alt=\"\" width=\"843\" height=\"202\" \/><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"3\">\n<li>Update your spec.json file with the following JSON code:<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-241 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DL6-min.jpg\" alt=\"\" width=\"829\" height=\"351\" \/><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"4\">\n<li>Below shows the corresponding line item to our code from step #3.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-260\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF6.jpg\" alt=\"\" width=\"709\" height=\"297\" \/><\/p>\n<p>&nbsp;<\/p>\n<table width=\"107%\">\n<tbody>\n<tr>\n<td width=\"12%\"><strong>User interface reference<\/strong><\/td>\n<td width=\"32%\"><strong>JSON description<\/strong><\/td>\n<td width=\"55%\"><strong>Definition<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">1<\/td>\n<td width=\"32%\">brandText<\/td>\n<td width=\"55%\">Brand text. Enter an empty string to leave this entry blank.<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">2<\/td>\n<td width=\"32%\">brandTextSmall<\/td>\n<td width=\"55%\">Small brand text. if omitted, brandText is used. Enter an empty string to leave this entry blank.<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">3<\/td>\n<td width=\"32%\">brandIcon<\/td>\n<td width=\"55%\">Brand icon<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">4<\/td>\n<td width=\"32%\">brandIconSmall<\/td>\n<td width=\"55%\">Small brand icon<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">5<\/td>\n<td width=\"32%\">appbarBackground<\/td>\n<td width=\"55%\">Application bar background color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">5<\/td>\n<td width=\"32%\">appbarForeground<\/td>\n<td width=\"55%\">Application bar foreground color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">5<\/td>\n<td width=\"32%\">appbarSelectLine<\/td>\n<td width=\"55%\">Application bar selection line color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">5<\/td>\n<td width=\"32%\">appbarPushButtonBackground<\/td>\n<td width=\"55%\">Application bar push-button background color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">6<\/td>\n<td width=\"32%\">navbarBackground<\/td>\n<td width=\"55%\">Navigation bar background color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">6<\/td>\n<td width=\"32%\">navbarForeground<\/td>\n<td width=\"55%\">Navigation bar foreground color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">6<\/td>\n<td width=\"32%\">navbarSelectLine<\/td>\n<td width=\"55%\">Navigation bar selection line color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">6<\/td>\n<td width=\"32%\">navbarPushButtonBackground<\/td>\n<td width=\"55%\">Navigation bar push-button background color<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\">\u00a07<\/td>\n<td width=\"32%\">favicon<\/td>\n<td width=\"55%\">Icon to display in web browser tab.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<ol start=\"5\">\n<li>Once the JSON code is completed, zip the image folder and spec.json file and name the file the same as the theme name, \u201cQueBITTheme\u201d.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<ol start=\"6\">\n<li>Go into Cognos Analytics; choose Manage&gt;Customization&gt;Theme and press the upload icon to upload the new theme zip file.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-262 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF8.jpg\" alt=\"\" width=\"725\" height=\"599\" \/><\/p>\n<ol start=\"7\">\n<li>Choose the zip file just created and press open.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-263 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF9.jpg\" alt=\"\" width=\"672\" height=\"432\" \/><\/p>\n<ol start=\"8\">\n<li>Press the button icon to the left of the file name and choose apply.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-264 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF10.jpg\" alt=\"\" width=\"574\" height=\"262\" \/><\/p>\n<ol start=\"9\">\n<li>The following message will appear showing you have successfully uploaded the theme.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-265 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF11.jpg\" alt=\"\" width=\"852\" height=\"68\" \/><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"10\">\n<li>Taking this a step further, you can now customize roles with this theme. In this example, we are customizing the consumer role.\u00a0 Under Manage&gt;Accounts, find the Consumer Role.\u00a0 Choose the properties&gt; customize and apply the QueBITTheme.\u00a0 Now all members of the consumer role will see this theme when they log on.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-266\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF12.jpg\" alt=\"\" width=\"708\" height=\"331\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wow, branding on my Cognos Portal! Business Case:\u00a0 When using Cognos Analytics V11, there is a default theme which is quite nice, but not very brand friendly. The goal of this article is to show you how to go from this generic IBM theme \u2026. &nbsp; To the customized portal screen below\u2026 As you can&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[39,47,38],"class_list":["post-3351","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-cognos-analytics","tag-cognos-analytics-how-tos","tag-how-tos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT<\/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:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Wow, branding on my Cognos Portal! Business Case:\u00a0 When using Cognos Analytics V11, there is a default theme which is quite nice, but not very brand friendly. The goal of this article is to show you how to go from this generic IBM theme \u2026. &nbsp; To the customized portal screen below\u2026 As you can&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:32:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T14:55:19+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal?\",\"datePublished\":\"2023-04-12T15:32:48+00:00\",\"dateModified\":\"2026-01-16T14:55:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/\"},\"wordCount\":511,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/DF1-1024x434.jpg\",\"keywords\":[\"Cognos Analytics\",\"Cognos Analytics How To's\",\"How To\u2019s\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/\",\"name\":\"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/DF1-1024x434.jpg\",\"datePublished\":\"2023-04-12T15:32:48+00:00\",\"dateModified\":\"2026-01-16T14:55:19+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/DF1-1024x434.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/DF1-1024x434.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT","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:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT","og_description":"Wow, branding on my Cognos Portal! Business Case:\u00a0 When using Cognos Analytics V11, there is a default theme which is quite nice, but not very brand friendly. The goal of this article is to show you how to go from this generic IBM theme \u2026. &nbsp; To the customized portal screen below\u2026 As you can&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:32:48+00:00","article_modified_time":"2026-01-16T14:55:19+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal?","datePublished":"2023-04-12T15:32:48+00:00","dateModified":"2026-01-16T14:55:19+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/"},"wordCount":511,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF1-1024x434.jpg","keywords":["Cognos Analytics","Cognos Analytics How To's","How To\u2019s"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/","url":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/","name":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF1-1024x434.jpg","datePublished":"2023-04-12T15:32:48+00:00","dateModified":"2026-01-16T14:55:19+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF1-1024x434.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/06\/DF1-1024x434.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/creating-and-setting-a-default-theme-for-cognos-analytics-11-0-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Create and Apply a Custom Default Theme in Cognos Analytics 11.0.4+ to Brand My Portal?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3351"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3351\/revisions"}],"predecessor-version":[{"id":4929,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3351\/revisions\/4929"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}