These catalog category links have the same class as node links and do not have any markup that would allow them to be specifically targeted for styling.

Current markup:

<ul class="links inline">
  <li class="0 first">
    <a rel="tag" href="/catalog/9">Men (15)</a>
  </li>

This should get a class on the ul, such as:
<ul class="uc-categories links inline">

Comments

cha0s’s picture

Status: Active » Needs review
StatusFileSize
new607 bytes

Here's a little code for that... if there are other places where you need that stuff, do tell. =)

rszrama’s picture

Will it make any difference when theming if we're displaying top-level categories vs. sub-categories?

stephthegeek’s picture

What do you mean by top-level categories? Such as the category table at /catalog?

rszrama’s picture

Yeah.

stephthegeek’s picture

Nope, that's completely different markup, which isn't in great shape but ironically easier to target if necessary so I'm ignoring it for UC2 :)

rszrama’s picture

Cool deal. In that case, is cha0s' patch enough for you?

stephthegeek’s picture

Status: Needs review » Reviewed & tested by the community

You betcha. You guys are awesome :)

Island Usurper’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -theme layer

Automatically closed -- issue fixed for 2 weeks with no activity.