• Hi and keep up the wonderful work!

    i love your theme but have one question:
    how am i supposed to change the css in order to make a fullscreen image like featured image, BUT without the post…

    i just need a homepage, with fullscreen image or featured image and footer. That’s it. No div for the post, not div for nothing. Just an image.
    I have made a child theme, so i guess i have to copy-paste the file that contains the content, and on my new file, delete any divs. Am i right?

    thanks in advance!

    • This topic was modified 8 years, 5 months ago by alexe83.
Viewing 4 replies - 16 through 19 (of 19 total)
  • @crouchingbruin You are awesome! The code you provided for the animation also worked perfectly. Two out of three is far more than I could have accomplished on my own. I’ll start researching the child theme and header.php coding. I can’t thank you enough.

    God bless you and have a wonderful day. Take care.

    @crouchingbruin It appears the animation code only stops the zoom/pulse on the PC but not on mobile devices. Any thoughts?

    Forgot to add in the property for Safari. Make the following change to the previous rule:

    
    .site-header-image .section-image {
       -webkit-animation: none;
       -moz-animation: none;
       animation: none;
    }
    

    Thank you. The above posted code worked to stop the animation on desktop as well as mobile devices.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Full Screen homepage without post’ is closed to new replies.