• sunshineh

    (@sunshineh)


    Hi,
    I want to write my main category “bold” and the unter items “normal”

    For examle:

    Books
    Children
    Garden
    Horror

    In the code, I found that the “under-points” are
    <ul class=’children’>

    I found out that each item is in my stylesheet from type #sidebar a
    so I tested the following change:

    #sidebar a{
    	font-weight: bold;
    	color:#fff;
    }
    
    #sidebar a:first-child{
    	font-weight: normal;
    }

    Buy I always works only for all category items!!
    How can I give only the “over-category” a style information??

    http://wordpress.org/extend/plugins/my-category-order/

Viewing 1 replies (of 1 total)
  • Thread Starter sunshineh

    (@sunshineh)

    Where are the informations from the “my category order” plugin how does the menu looks like?!
    I can see, that the “over-category” is a few shift’s before the “under-category-points”.
    Perhaps it is possible to write my info there…

    I also tried <b> over-category-name </b>
    but it doesn’t work 🙁

Viewing 1 replies (of 1 total)
  • The topic ‘Changing style.css for the category display’ is closed to new replies.