Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#497
Robert Kavgić
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