clarkwinkelmann
Thanks for the quick response.
I checked my dom element is
<a class="LinksButton Button Button--link" target="" href="..." title="ssss">ssss</a>
I use the css rule like this one,
.item-link1 {
font-weight: bold;
font-size: 17px;
color: red;
}
The font-weight and font-size are working except the color attribute.
Any suggestions? Thanks a lot.