Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,
    Your problem is in the H1, H2, H3, H4, H5 and H6 your theme.
    Go to your Openstrap folder / css / * your style * / bootstrap.css

    For example, go, openstrap / css / style2 / bootstrap.css
    Go line 479 (color: # 000000;):
    .h1,
    .h2,
    .H3,
    .h4,
    .h5,
    {.h6
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: # 000000;
    }

    And change color in color: #ffffff;

Viewing 1 replies (of 1 total)