RobynLJ Active member Jan 30, 2021 #1 I"m sure this question has been asked and answered many times, but I just can't seem to find it. So please forgive me if I ask again. How can I change the text color of the node titles please. Your help would be much appreciated. Thanks.
I"m sure this question has been asked and answered many times, but I just can't seem to find it. So please forgive me if I ask again. How can I change the text color of the node titles please. Your help would be much appreciated. Thanks.
Solution Ozzy47 Jan 30, 2021 Add to extra.less CSS: /* NODE TITLE COLOR */ .node-title a { color: red; } Change color as desired.
RobynLJ Active member Jan 30, 2021 #3 Ozzy47 said: All the same or each one different? Click to expand... All the same color. Upvote 0 Downvote
Ozzy47 Well-known member Jan 30, 2021 #4 That is controlled by the style property Block header Upvote 0 Downvote
RobynLJ Active member Jan 30, 2021 #5 Sorry, it's not that header I'm talking about. It's the node CHILD titles. Last edited: Jan 30, 2021 Upvote 0 Downvote
Ozzy47 Well-known member Jan 30, 2021 #9 Add to extra.less CSS: /* NODE TITLE COLOR */ .node-title a { color: red; } Change color as desired. Upvote 0 Downvote Solution
RobynLJ Active member Jan 30, 2021 #10 l3ta said: .node-title a {color: black;} Ozzy47 said: Add to extra.less CSS: /* NODE TITLE COLOR */ .node-title a { color: red; } Change color as desired. Click to expand... Worked like a charm! Thank you. Black is a bit too harsh though. What can I specify..........just GRAY? Click to expand... in extra.less? Upvote 0 Downvote
l3ta said: .node-title a {color: black;} Ozzy47 said: Add to extra.less CSS: /* NODE TITLE COLOR */ .node-title a { color: red; } Change color as desired. Click to expand... Worked like a charm! Thank you. Black is a bit too harsh though. What can I specify..........just GRAY? Click to expand... in extra.less?
l3ta Well-known member Jan 30, 2021 #11 RobynLJ said: in extra.less? Click to expand... Yes! Upvote 0 Downvote
RobynLJ Active member Jan 30, 2021 #12 Thank you both so much. I really appreciate your help VERY MUCH! Upvote 0 Downvote
E El Chapo Member Nov 9, 2021 #14 @Ozzy47 help me out I'm not understanding your code. Upvote 0 Downvote