Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #113473
    Kathleen
    Participant

    Hi.

    I used the following code in the Catch Box Pro Theme Options > Custom CSS to remove the page title at the top of my homepage:

    .page-id-17 .entry-title {display: none; }

    This worked fine, but now I have too much (white) space below the homepage full-width slider and the first image on my homepage.

    http://www.communitypartnersnh.org

    How can I remove (some of) that extra white space between the bottom of my slider and the top of the blue box that says “Community Partners provides…”?

    Thank you!

    Kathleen

    #113493
    Mahesh
    Keymaster

    @infocommunitypartnersnh-org: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #slider .featured-text {
        display: none;
    }

    Regards,
    Mahesh

    #113494
    Pratik
    Keymaster

    Hi @Kathleen,

    I checked your site and cannot find the blue box with “Community Partners provides…”. Check screenshot: http://nimb.ws/Qo5xlJ.

    #113519
    Kathleen
    Participant

    Hi Mahesh and Pratik. Thanks for your response! Pratik, it’s weird that you couldn’t see the blue box…but I should have included a screenshot. Here you go:

    RemoveExtraWhiteSpaceAboveBlueBox

    I’d like to remove some of the white space above the blue box, essentially moving top edge of blue box up closer to bottom of slider, even with top edge of ‘Search this site’ widget.

    Unfortunately, adding Mahesh’s code to Custom CSS in Theme Settings did not accomplish this.

    Any additional ideas are welcome!

    Thank you for your time and help.

    Kathleen

    #113598
    Kathleen
    Participant

    Hi Mahesh and Pratik. Any ideas for removing the white space above blue box as illustrated in screenshot above? Thanks! Kathleen

    #113600
    Mahesh
    Keymaster

    @infocommunitypartnersnh-org: Add the following CSS:

    #post-17, .page .entry-content {
        padding-top: 0;
    }

    Regards,
    Mahesh

    #113606
    Kathleen
    Participant

    Mahesh, that CSS worked beautifully! Thank you so much for your kind and patient assistance! All the best, Kathleen

    #113639
    Mahesh
    Keymaster

    @infocommunitypartnersnh-org: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove space where page title used to be’ is closed to new replies.