• I am new to customizer. I want to remove the space between the header (where the site title and menu reside) and the text area. I know how to remove the page title but not the entire area so the text runs all the way up to the header (or nearly so). My front (home) page does this (http://princefinephotography.com/) but other pages do not (http://princefinephotography.com/index.php/about-me/). I want the gray and text area to run all the way to the top like the Home page.

    Website info:
    # SITE_URL: http://princefinephotography.com
    # HOME_URL: http://princefinephotography.com
    # IS MULTISITE : No

    # THEME | VERSION : customizr-pro | v1.1.13# WP VERSION : 4.2.3
    # PERMALINK STRUCTURE : /index.php/%year%/%monthnum%/%day%/%postname%/

    # ACTIVE PLUGINS :
    Black Studio TinyMCE Widget: 2.2.5
    Contact Form 7: 4.2.2
    Easy Google Fonts: 1.3.7
    Gallery by BestWebSoft: 4.3.3
    Lightbox Plus Colorbox: 2.7.2
    Page Builder by SiteOrigin: 2.1.4
    Re-attacher by BestWebSoft: 1.0.3
    SiteOrigin Widgets Bundle: 1.4
    Spacer: 1.0
    Title Remover: 1.0
    WP Content Copy Protection & No Right Click: 1.5.0.3
    WP Content Copy Protection Premium: 1.8

    PHP Version: 5.4.43
    MySQL Version: 5.6.23-log
    Web Server Info: Apache

    WordPress Memory Limit: 40MB
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 128M
    PHP Post Max Size: 128M
    PHP Upload Max Filesize: 128M
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled

    Show On Front: page
    Page On Front: Home (#167)
    Page For Posts: (#0)

Viewing 6 replies - 1 through 6 (of 6 total)
  • You’ve suppressed rt-click so can’t help you.

    Protecting content is a nice concept but if you research you will find that 99% of Developers will frown on it as a practice. And this is a simple example of why.

    Thread Starter New User327

    (@new-user327)

    My apologies Thank you for taking a look. I’ve deactivated the protection software. I am experimenting with various methods to protect my work and have not refined them to protect only the gallery pages. Please let me know if you encounter any additional issues.

    Try this:

    .featurette-divider.__before_content {
        display: none;
    }
    Thread Starter New User327

    (@new-user327)

    The code did not seem to work although I may not have installed it in the correct file. I placed the code in Dashboard > Appearance > Customize > (Customizr Theme Menu) Advanced Options > Custom CSS. Please let me know the correct file if this is not it. Thanks.

    Would prefer you to learn about Child Theme style.css, but Custom CSS will work too.

    On the About Me page, looks to be working? That code is being picked up anyway. Take it out and see the difference.

    Maybe you’re looking for this too:

    #main-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    Thread Starter New User327

    (@new-user327)

    The second set of code worked perfectly. Thanks so much. I apologize for the difficulty with nomenclature. Yes, I do intend on learning about Child Themes etc. …so much to learn to be more self sufficient. Right now I’m trying to finish up a site for my business that is very late. Thanks again for your help and patience.

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

The topic ‘Title space remover code’ is closed to new replies.