Viewing 10 replies - 1 through 10 (of 10 total)
  • WPyogi

    (@wpyogi)

    Sorry, but you’ll need to provide more info – don’t really know what you are asking –

    http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible

    Thread Starter greg1978

    (@greg1978)

    Hi, I need to remove the post and nothing found boxes. Theme = twenty fifteen, http://www.donerightconstructionaz.com, thank you

    Michael

    (@alchymyth)

    possibly, you want to set a static front page?

    review https://codex.wordpress.org/Creating_a_Static_Front_Page

    further, please make sure to work with a child theme if you want to customize some of the templates, or use a ‘custom CSS’ plugin for formatting changes.

    Thread Starter greg1978

    (@greg1978)

    OK went back and created a static front page. There is still a blank box that want to be rid of. I just want the backgroud image to show. I would like the background image to be fully visible too.

    Thank you

    Michael

    (@alchymyth)

    I just want the backgroud image to show

    using a ‘custom CSS’ plugin https://wordpress.org/plugins/search.php?q=custom+css, try to force that with CSS;

    example code:

    .home #primary #main article { display: none; }
    body.custom-background.home { min-height: 400px; background-size: auto 100%; }
    Thread Starter greg1978

    (@greg1978)

    Thank you. Would I need to resize the background image to have all of it show?

    Michael

    (@alchymyth)

    Would I need to resize the background image to have all of it show?

    the second line of the CSS should take care of that; possibly adjust the min-height value to your needs.

    (might only work in modern browsers)

    Thread Starter greg1978

    (@greg1978)

    Thank you for your help. Adjusting height or background size had no effect. Using latest Firefox (Mozilla) browser version (also tried latest chrome browser). Would also like to get rid of menu on the left.

    Michael

    (@alchymyth)

    it is strongly recommended not to edit style.css of the theme directly.

    create a child theme for the customization, or use at least a ‘custom CSS’ plugin for any formatting changes.

    this would not only allow to keep the changes during an upgrade of the theme, but also make troubleshooting much easier.

    the error:
    you have added a extraneous { into the style.css just before the new styles, which stops these new styles from getting applied.

    Thread Starter greg1978

    (@greg1978)

    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘remove post and nothing found boxes’ is closed to new replies.