Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #225594
    caseyjcrow
    Participant

    I need help removing extras space above my images on blog pages. Example here: https://strykmedia.com/whydoineedvideo/

    I also want the title (below the image) to be centered. Please help.:)

    #225622
    Skandha
    Participant

    @caseyjcrow: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-6751 .custom-header {
        display: none;
    }
    #post-6751 .entry-content h2 {
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #225703
    caseyjcrow
    Participant

    Yes! How can I do that to multiple pages?

    #225709
    caseyjcrow
    Participant

    Figured it out!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Extra Space/Center Title’ is closed to new replies.