• Hi there,

    I wondered if there was an easy way to apply an inline style to wp_list_categories, something like:

    <a href="http://www.domain.com/?cat=1" class="blk_button" title="View all posts filed under Lead Story">Lead Story</a>

    This is my current tag:

    <?php wp_list_categories('include=1&title_li=&style=none'); ?>

    Any suggestions appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flamini

    (@flamini)

    I’m still struggling with this. Is there a way to do this?

    Thank you

    Why would you need any inline style?

    Can’t you just add a class to your <ul> tag that you must have around the template tag and then define in the stylesheet
    .myclass li {whatever} ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_list_categories : How do I apply an inline style?’ is closed to new replies.