Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289194

    Hi guys,
    take a look at this page
    http://stsjohna.wwwsr11.supercp.com/
    I would to change the font color of the sidebar area.
    body copy white, larger h3 maybe light gray.

    can you explain how that is done?

    thanks for you help – joe

    #289210

    Hey fixedopsinsight!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar {
    color: white!important;
    }
    .sidebar h3 {
    color: #888;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.