• Hi,

    I cannot figure out how to remove the header image with the words “By Ally Feb 16…”

    I do not want a header image on any of my pages. I have seen some ideas of codes to put in the additional CSS customizer, but have had no luck. When I type these in nothing changes.

    I can hide the header image but the space for it is still there just no image.

    I am not sure how to add a link to show what I mean since my site isn’t live yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you manage to find a way to remove the name and date from the header image?

    Yes! I would like to know this as well. The bar I would like to remove is seen here:

    https://roundhouseblacksmith.com/architectural/

    Any help would be super helpful.
    Thanks,

    Have you tried using the display:none code attached to the particular class that governs the header image section? Something like:

    .page-inner-title {display:none;}

    The only other way would be to create your own page template in your child theme and delete the section of coding that creates that header. The above is a fairly rudimentary way of doing it as it still allows the header section to be created and then taken out by the CSS code.

    • This reply was modified 4 years, 11 months ago by charliejustus. Reason: Additional information
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove header image in Knight theme’ is closed to new replies.