Page Manager - text color

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Page Manager - text color

Post by Nicky » Thu Jun 18, 2020 7:26 am

Hi, I'm using a template with black background with white text.

When I call page manager, the background is white, and so are all page names. So, the text is invisible.

Where can I change the text color of this plugin?
You do not have the required permissions to view the files attached to this post.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Page Manager - text color

Post by frase » Thu Jun 18, 2020 8:06 am

Nicky wrote:
Thu Jun 18, 2020 7:26 am
Where can I change the text color of this plugin?
Several possibilities:
  1. Change in the page manager configuration
    Treeview => Theme => default or default-dark
  2. Add the following to your stylesheet:

Code: Select all

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
    text-decoration: none;
    color: #333;
}

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Page Manager - text color

Post by Nicky » Thu Jun 18, 2020 8:22 am

That was easy! Thanks!

Post Reply