Status
Not open for further replies.

Vanessa

Customer
Hello...

How to change the tooltip color in the node title?
change.png
 
By default it inherits the xbColor1.

You can add this inside extra.css for that specific area:

Code:
.sidebar h3:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before {
border-left: 9px solid #000 !important

Replacing 000 with your desired color.
 
By default it inherits the xbColor1.

You can add this inside extra.css for that specific area:

Code:
.sidebar h3:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before {
border-left: 9px solid #000 !important

Replacing 000 with your desired color.

Thanks for answering me,

It works, but only in the sidebar, is possible to change the color of a specific node category?

The problem is that I used the customization of node categories, and some are in different colors, but the tooltip is with the default color... I wish I could also change the tooltip color.

I hope I have been clear, my English is not good.
 
Sorry I thought you only wanted to change the sidebar ones :), for all ndoes..

Code:
.nodeList .categoryStrip .nodeTitle:before {
border-left: 9px solid #000 !important;
}

For a specific node:

Code:
.nodeList .node_13 .categoryStrip .nodeTitle:before {
border-left: 9px solid #000 !important;
}

For that problem... admincp search(top right):

messageUserInfo

Increase the width.

Then in the same section of Style Properties -> Content Container, increase the left margin the same amount you increased the user width.
 
Status
Not open for further replies.

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back