Support » Theme: Twenty Twenty-One » “Hero” Image

  • Hi!

    I am a newbie to WordPress. I am using the Twenty Twenty-One Theme “Out-of-the-Box” from WP.org (v. 1.6).

    My Site – Blog.AstrologyByDoctorT.com – looks ugly.

    How can I add a “Hero Image” at the very top?

    Thank you!

    Doctor T

    • This topic was modified 1 year, 9 months ago by Yui. Reason: moved to fixing wordpress

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

Viewing 1 replies (of 1 total)
  • Hi @doctor-t

    > How can I add a “Hero Image” at the very top?

    It looks like you managed to add the hero image, I am not quite sure how you managed to do that but that looks great.

    However, another option would be to add a background image to the site’s header using CSS. The code below can be used as a sample:

    .site-header {
        background-image: URL("enter image URL");
        background-repeat: no-repeat;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘“Hero” Image’ is closed to new replies.