Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Last active January 6, 2023 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveosoule/7597edc2dad4f2c3383bc3bdfab86d62 to your computer and use it in GitHub Desktop.
Save steveosoule/7597edc2dad4f2c3383bc3bdfab86d62 to your computer and use it in GitHub Desktop.
10.05.00 Heading Bug Fix

10.05.00 Heading Bug Fix

Miva PageBuilder (10.05.00/01) defines heading tags in the mmx-base/styles.css file that may conflict with other h1, h2, h3, etc. tags on the store outside of Page Builder's components. This will be fixed in 10.05.03, but until then you can use the following steps to patch the problem.

  1. Navigate to "User Interface -> CSS/JavaScript Resources -> CSS Resources".
  2. "Edit Source" of the mmx-base CSS Resource that controls the themes/%STORE_ID%/shadows/mmx/mmx-base/styles.css file.
  3. Make one of the following changes:

1.) Replace mmx-base/styles.css

If you have not modified mmx-base/styles.css, then you should be able to replace your current mmx-base/styles.css file contents with the updated version of the styles.

2.) Or Patch the updates to mmx-base/styles.css

If you have modified mmx-base/styles.css, then you will need to apply the updates manually for the modified lines. You can see a code-diff of the changes you will need to make here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment