Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don′t know how to remove the image of the others pages/post; but to change the header image in every page/post you only need to activate in the page/post editor (screen option) the option: Custom Header Image

    Hi..
    well..
    I suggest these two ways..

    1: modified style.css to change your default Font Color:#282828

    body.basic {
      font-size: 16px;
      color: #282828;
      font-family: Open Sans, sans-serif;
    }
    
    .basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
      color: #282828;
      font-family: Raleway, sans-serif;
    }
    .basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
      color: #282828;
    }

    2: And also in the visual editor of the pages/post you can select specific colors for the text

Viewing 2 replies - 1 through 2 (of 2 total)