Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Changing color of list items › Reply To: Changing color of list items
September 22, 2014 at 11:11 pm
#497
Participant
Hello.
To change the color of list icons under “Included Measures”:
ul.icon-bar-chart-list li {
color: #000 !important;
}
To make header right justified, just copy and paste this code without modifying anything else, leave it as it is:
div.right-justified section {
text-align: right !important;
}
Robert