• I’ve used the hide title plugin but even though the title is now gone, the “Home / National Labor Relations Board” still shows up. How do I remove that?

    And I used the CSS from this post but I still have a lot of space — https://www.bcfuaw.org/nlrb/

    Any help would be appreciated, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please go to Appearance->Theme Option->Tools in the custom css field please place below code to hide title.

    div#accesspress-breadcrumb
    {
      display: none;
    }

    Thanks.

    Thread Starter Tiffany

    (@tiffanycyee)

    Thank you, that worked perfectly. There’s still significant space between my menu and the page’s content.

    I tried these code’s:

    #page .mid-content{
    margin-top: 0px !important;
    }
    #page #primary .hentry{
    padding-top: 0px !important;
    }

    But it only helped a little bit, is there anything else I can try? Thank you!

    Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please use below code to reduce space between header and content

    header.entry-header {
        padding-top: 72px !important;
    }
    #header-wrap .entry-header-inner
    {
    padding: 0px !important;
    }

    Thanks.

    hi there
    i have used the code given by you in custom Css section for my website
    but still title can be seen.following is the code i have used.
    div#accesspress-breadcrumb
    {
    display: none;
    }
    can you please help me on this?

    my sitelink is https://www.dezigninfinity.com

    Theme Author Access Keys

    (@access-keys)

    Hi Pritil.

    Thank you for writing in.

    Can you be more specific to the issue?
    Please let us know about the title. We mean in which title you are having issue.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove title space’ is closed to new replies.