• Resolved jmccoy1

    (@jmccoy1)


    I updated Astral WordPress theme today (01/20/2020) and now my background image has the default theme background image overlayed on it. I looked through my code and nothing there that would cause that. Not sure if this is a bug or something I can correct in the theme editor.

    Thank you,
    Jacob McCoy

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @jmccoy1,

    Please tell us clearly about your issue with screenshot.

    You want to delete theme background image or change background color of your form.

    Thank you

    Thread Starter jmccoy1

    (@jmccoy1)

    I believed I fixed the top banner image issue. I had to comment out the do action from index.php. The issue I have now is in this screenshot: https://snipboard.io/qN5SGs.jpg

    As you can see, the footer is raised and the background image shows. This is not the case on all pages however. As you can see from this screenshot: https://snipboard.io/GBufad.jpg

    It looks like it is the size of the block that pushes the copyright footer to the bottom of the page. If it is a shorter block, the copyright footer raises. If it is a longer block, it will push the copyright footer to the bottom.

    If you need to see this, you can go to https://testbuild.tenanttrainingportal.com I would have to make you a user so you can navigate through it.

    Thank you.

    Hello @jmccoy1,

    Thank you for explaining your issue.
    We check your issue and respond you ASAP.

    Thank You

    Hello @jmccoy1,

    Use this code in Appearance > Customize > Additional CSS –

    div#content {
        height: 100%;
    }

    This issue is because of content on your page, if the content is short the copyright footer raises.
    This code change your content height to 100%.
    You can also change height according to your requirement.

    Thank You

    Thread Starter jmccoy1

    (@jmccoy1)

    Thank you so much! That fixed the problem. I tried that code and it failed earlier this week. Must have forgot something in it. Thank you again. You guys ROCK!!!!!

    Hello @jmccoy1,

    Please review and rate our theme if you like our support.

    Thanks You

    Thread Starter jmccoy1

    (@jmccoy1)

    Will Do! I am going to use this theme for every website build I have coming which is about 100 of them.

    Thanks again.

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

The topic ‘Astral Update Background Image overlay’ is closed to new replies.