Reply To: Changing Text Color

Homepage Community Forums Epik Theme Support Changing Text Color Reply To: Changing Text Color

#8693
Wes
Moderator

    It looks like it’s already set at black #000. Did you already make the adjustment? If you want the sidebar text to be black you can look around line 9784 or search for this –

    .sidebar {
        color: #666;
        font-size: 16px;
        font-size: 1rem;
    }

    Then change the #666 to #000