billybatz9 Active member May 10, 2019 #1 How do I change the color of a node title like this... in black?
Ozzy47 Well-known member May 10, 2019 #2 That is controlled by the style property Block header Upvote 0 Downvote
billybatz9 Active member May 10, 2019 #3 ozzy47 said: That is controlled by the style property Block header Click to expand... When I change colors, it only changes the entire orange area. Not the black area. Upvote 0 Downvote
ozzy47 said: That is controlled by the style property Block header Click to expand... When I change colors, it only changes the entire orange area. Not the black area.
Ozzy47 Well-known member May 10, 2019 #4 Change the Text setting, not the Background setting. Upvote 0 Downvote
billybatz9 Active member May 10, 2019 #5 ozzy47 said: Change the Text setting, not the Background setting. Click to expand... Well, what I want is the black area to be black. I don't want to change text-color. I want text-background. Understand kinda? Upvote 0 Downvote
ozzy47 said: Change the Text setting, not the Background setting. Click to expand... Well, what I want is the black area to be black. I don't want to change text-color. I want text-background. Understand kinda?
Ozzy47 Well-known member May 10, 2019 #6 Ohhh, in that case add this to your extra.less template. CSS: // ########################### NODE TITLE BACKGROUND ######################## .block-header a { background: black; } Upvote 0 Downvote
Ohhh, in that case add this to your extra.less template. CSS: // ########################### NODE TITLE BACKGROUND ######################## .block-header a { background: black; }
billybatz9 Active member May 10, 2019 #7 ozzy47 said: Ohhh, in that case add this to your extra.less template. CSS: // ########################### NODE TITLE BACKGROUND ######################## .block-header a { background: black; } Click to expand... Life saver. Thank you Upvote 0 Downvote
ozzy47 said: Ohhh, in that case add this to your extra.less template. CSS: // ########################### NODE TITLE BACKGROUND ######################## .block-header a { background: black; } Click to expand... Life saver. Thank you