it still didnt work for methis color changed you css themes put in extra.less
add this
Code:.p-description { margin: 5px 0 0; padding: 0; font-size: 13px; color: #333; }
didnt work for meYou could always add this to your extra.less template. and change the color: #000; to what you want.
.p-title {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
margin-bottom: -5px;
color: #000;
}
worked for me A+++You could always add this to your extra.less template. and change the color: #000; to what you want.
.p-title {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
margin-bottom: -5px;
color: #000;
}