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 1:16 pm
#488
Participant
kind of in the same vein, im having problems applying custom css classes to individual content items. in addition to the above i want to right justify a heading. so I add the following code to custom css:
right-justified {
text-align: right !important;
}
Then I add the class right-justified to the header content item. I see via the browser console that the class is applied to the content item but it isnt right justified.
What is the correct way to handle these kind of changes?
Thanks,
Matt