Class selectors always start with a period as in
.article-info .category-name a {color:black;}
Use a selector like the above to style your link.
Here’s a good reference about css selectors.
Hope this helps.
solved Can’t style link
Class selectors always start with a period as in
.article-info .category-name a {color:black;}
Use a selector like the above to style your link.
Here’s a good reference about css selectors.
Hope this helps.
solved Can’t style link