Skip to content

Commit

Permalink
Merge pull request #248 from plone/docs-classic-ui-theming
Browse files Browse the repository at this point in the history
Update link and label to Theming of Classic UI documentation
  • Loading branch information
stevepiercy authored Dec 4, 2024
2 parents dcc9a45 + dc15462 commit 907d61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/248.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the link and label under Site Setup > Theming > Advanced settings > Custom Styles to Theming of Classic UI at https://6.docs.plone.org/classic-ui/theming/index.html. @stevepiercy
4 changes: 2 additions & 2 deletions src/plone/app/theming/browser/controlpanel.pt
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,10 @@
Define your own custom CSS in the field below. This is a good place for quick customizations of things like colors and the toolbar. Definitions here will override previously defined CSS of Plone. Please use this only for small customizations, as it is hard to keep track of changes here. For bigger changes you most likely want to customize a full theme and make your changes there.
</div>
<div class="theming_doc_link">
<p><a href="https://docs.plone.org/adapt-and-extend/theming"
<p><a href="https://6.docs.plone.org/classic-ui/theming/index.html"
target="_blank"
i18n:translate="label_theming_doc_link"
>Theming documentation</a></p>
>Theming of Classic UI documentation</a></p>
</div>

<div class="errorMessage"
Expand Down

0 comments on commit 907d61d

Please sign in to comment.