• When I click on pages I have created eg:About Us, Disclosure etc. The context of that page doesn’t display. Can anyone help me? I contact the developer from their support page, but they never get back to you.

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)
  • The topic ‘Created pages not displaying context’ is closed to new replies.