Viewing 2 replies - 1 through 2 (of 2 total)
  • Bump, i need to know this aswell.
    Edit: I didn’t look for the header color change, but the post color.
    I found it in the style.css:

    }
    .enigma_blog_post_content p {
    color: #fff;
    }

    there is a lot of inline styles used in your code. so in order to affect them in your css you have to use ‘!important’ try this:

    #bv_Text2 font {
        color: #FFFF00 !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change text color in header of enigma theme’ is closed to new replies.