Spartan Well-known member Sep 29, 2018 #1 How do I change the font and background color for block headers (if that's what they're call)? For this forum, the category title is "Customer Forums." I want to change this area.
How do I change the font and background color for block headers (if that's what they're call)? For this forum, the category title is "Customer Forums." I want to change this area.
Russ Well-known member Sep 29, 2018 #2 The styling for those headers inherit from: Style properties -> Blocks -> Block header. If you want to change a single category header: Place this in extra.less, you'll need to find the category # though, it can be found in the link of the category URL. Code: .block--category1 .block-header { background-color: blue; } Upvote 1 Downvote
The styling for those headers inherit from: Style properties -> Blocks -> Block header. If you want to change a single category header: Place this in extra.less, you'll need to find the category # though, it can be found in the link of the category URL. Code: .block--category1 .block-header { background-color: blue; }