Home content top
 
 

My page is displayed using a different theme from the one that's applied to it, why?

Occassionally a page may display using a theme other than the one that has been applied to it. This occurs if a different theme has been loaded within the source of the article, therefore overwriting the original theme.

To check if this is the reason and fix the issue:
  1. Open the article in question in the document editor.
  2. On the 'contents' pae of the editor select the 'Source' button to view the article's source code.
  3. At the top of the source code see if there's a line of code loading a specific theme  - it'll look something like this:
    <link rel="stylesheet" type="text/css" href="/Templates/ThemeAsCSS.aspx?theme_id=962&amp;version=632706982730000000" />
  4. Remove this line of code from the source and click 'OK' to return to the contents pane.
  5. Check your article still looks ok and then click 'Save' to commit the change to your article.
Your article should now display using the correct theme on your website.