Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
.wiki-content .cipe-edit-link-placeholder .aui-iconfont-edit:before {
    content: "Edit";
    color: #3b73af;
}

How to remove the highlight color when hovering over headings?

You can remove the highlight color when hovering over headings at Administration - Look And Feel - Stylesheet. Just add the following code snippet:

Code Block
languagecss
.wiki-content .cipe-header-hover {
    background-color: transparent;
}

How to change the highlight color when hovering over headings?

You can change the highlight color when hovering over headings at Administration - Look And Feel - Stylesheet. Just add the following code snippet:

Code Block
languagecss
.wiki-content .cipe-header-hover {
    background-color: #f5f5f5; //just enter the appropriate RGB color code
}

Purchasing

What does perpetual license mean?

...