Betclever Well-known member May 31, 2018 #1 Hi all, I would like to change the font-weight of the node title so "MLB" in this below example but it applies on the subtitle and lastest message aswell and that's not what I want. Is it possible to change the font-weight without hard coding the nodes? Thanks.
Hi all, I would like to change the font-weight of the node title so "MLB" in this below example but it applies on the subtitle and lastest message aswell and that's not what I want. Is it possible to change the font-weight without hard coding the nodes? Thanks.
BassMan Well-known member Jun 1, 2018 #2 Hi, add this to your extra.less: - for unread node: Code: .node--unread .node-title { font-weight: 700; } - for normal node: Code: .node-title { font-weight: 400; } Change the value to suit your needs. Maybe you'll need to add !important after the value. Upvote 0 Downvote
Hi, add this to your extra.less: - for unread node: Code: .node--unread .node-title { font-weight: 700; } - for normal node: Code: .node-title { font-weight: 400; } Change the value to suit your needs. Maybe you'll need to add !important after the value.
Betclever Well-known member Jun 1, 2018 #3 Will do, come back to you when I will be at home. Regards Upvote 0 Downvote
Betclever Well-known member Jun 1, 2018 #4 Betclever said: Will do, come back to you when I will be at home. Regards Click to expand... Thanks it works. Upvote 0 Downvote
Betclever said: Will do, come back to you when I will be at home. Regards Click to expand... Thanks it works.