UL Styling of Archives

This tutorial only applies if you’re using the plugin, Clean Archives Reloaded, which you can download here and if you have different stylings for your ul tag, like you have a class called updates for your updates, another class for you main navigation or affiliates and a different class for your content. If you open the clean-archives-reloaded.php file and browse the codes, you will see that they use a class car-list for the list. By default, if you don’t add the styling to your .css file, it will look like this, which looks horrible, right?

Let’s prettify it, and add this code:

.car-list ul, .car-list li{
list-style-image: url(URL of the imager here);
margin-left:20px;
}

You don’t have to change anything in the clean-archives-reloaded.php file. Just upload your new .css and hit refresh.

You can modify this code to your liking. See mine in action.

If you have trouble following this tutorial, or if it’s not working, feel free to contact me. :)