/* NODE TITLE COLOR */
.node-title a
{
color: red;
}
All the same color.All the same or each one different?
in extra.less?.node-title a {color: black;}
Worked like a charm! Thank you. Black is a bit too harsh though. What can I specify..........just GRAY?Add to extra.less
CSS:/* NODE TITLE COLOR */ .node-title a { color: red; }
Change color as desired.
Add this to your extra.less file; append with !important if you see no change. Change color and text size to suit.What about changing the text of the description under the title? I'm a dunce. Suppose I wanted both the node title and description to be white. Can someone show the code I would paste? And does it go anywhere in that file?
.node-description {
font-size: 13px;
color: #c8d5ef;
}
Appended with !important if required:
.node-description {
font-size: 13px;
color: #c8d5ef !important;
}
Are you using any particular style, or the default style that comes with XF? If you are using a PixelExit theme you may find the developer mode useful in identifying the items you want to change. It may be worth the effort to go for a PixelExit theme as there are so many different style options, some of which may be unique to a style, that it's impossible to cover them all. This is why it's useful to helpers to have a much information as possible, generally using screenshots to point precisely what is required to be changed, and a URL to the site so the identifiers can be nailed down to the theme being used.Is there some sort of style guide for this sort of thing? "This is called that, and that is called this...!"
.p-title-value {
color: #39d9c0 !important;
}
And the description
.p-description {
color: #c8d5ef;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.