Answer the question
In order to leave comments, you need to log in
How to issue separate li classes for each subcategory in wordpress?
How to create a separate css class for each separate subcategory ?
Currently, each subcategory has a single class:
.archive-links li {
display: block;
list-style-type: none;
width: 200px
height: 37px;
margin: 10px 20px;
float: left;
background-color: #04a2e5;
text-align: center;
line-height: 37px;
border-radius: 5px
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
Thank you.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question