• Hello everybody, I am a real beginner and I would like to set the home page without the white block background of the box making visible the text inside only, setting it white.
    Can anybody help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @iaio1178050,

    You’ll need to make some pretty extensive CSS changes to make that happen, so I’d recommend you to hire a WordPress developer to do it for you if you’re not comfortable writing the CSS yourself.

    — Anders

    Hi @iaio1178050,

    I too am very much a novice but needed this too. My fix was to change this line in the style sheet (style.css). Changing post.container. You can then change your text to white in the standard page editor.

    /* ——————————————————————————– */
    /* 6. Single Post
    /* ——————————————————————————– */
    /* This is the transparent version maybe? */

    .post-container background: rgba(250, 250, 250, 0.5);

    /* Original

    .post-container { background: #fff; } */

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page set’ is closed to new replies.