• I’m trying to find out if anyone knows how to add different styles to individual link categories. Here’s what I’m trying to do.

    Here is a link to my site (it’s still in the works, so it’s a little choppy looking): https://www.jump-punch.com

    I’m trying to add a certain styling to the link category, “Dude!”, but not the other link categories. I would also like to turn off the visibilty of the that link headline as well and just maybe using a background image.

    Here’s what I would like that section to look like:
    https://www.jump-punch.com/images/interface.jpg

    I know the other link categories and archive links are not visible in the image, but that’s not important. I’m just trying figure out how to tweak the style of one category.

    Also, would anyone know how to archive a single link category?

    Any help will be soooo much appreciated. Thanks!!!!!!
    – Jared

Viewing 1 replies (of 1 total)
  • Link Manager’s link categories are provided with their own id you can style through css. Looking at your site, the link category “Dude!” appears to be linkcat-6. So you could, for example, do something like:

    ul #linkcat-6 {
    background-image: url(images/dudelinks.jpg);
    }
    ul #linkcat-6 h2 {
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Syles for Individual Categories’ is closed to new replies.