• evenstar00

    (@evenstar00)


    How do I customize them with CSS? I tried:

    .nav li children {
    color: #ffffff;}

    But that didn’t work. Here’s the whole code:

    <div class="nav">
    
    <h2>Categories</h2>
    
    <ul class="nav">
    <?php wp_list_categories('title_li=0'); ?>
    </ul>
    
    </div>

    Can anyone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I customize the Children categories?’ is closed to new replies.