Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter alex-fever

    (@alex-fever)

    For anyone interested I worked out a solution by using the “CSS atrribute selector” to target each tag-links’ title attribute – wordpress automatically adds a title of:

    title=”View all posts in (category name)”.

    So I targeted each category with a css selector like this one, to target all links with a title attribute containing the word “Design”:

    #yourselector[title~=Design]

    —-

    If anybody has a better solution – or workaround – feel free to add it in here!

    -Alex

Viewing 1 replies (of 1 total)