• hi i used the function get_the_category_list(‘, ‘)
    it gives me the category name fine but with a link to her i want to change the css of him
    i mean to change the link class bacause it comes with a class that made for all A tags and i dont want him on the output of this function and i cant control the css of the A tag because its inside the function

Viewing 1 replies (of 1 total)
  • The list is inside the class post-categories. You can use css like this:

    .post-categories a {
    color: red;
    }
Viewing 1 replies (of 1 total)

The topic ‘The function get_the_category_list(‘, ‘)’ is closed to new replies.