• Resolved Oranget

    (@oranget)


    Hi there,

    I am trying to get rid of breadcrumb’s and author/date info on my static home page. I have found breadcrumb files in the CSS sheet but even when I erase them I can’t get rid of what is on my page. Additionally, I tried to get rid of the echo “written by” section in the index php but I can’t seem to get this stuff to disappear. Oh, I should add that I have tried to used firebug to get a sense of the CSS involved but it has helped very little. I have searched and read as much as I can in this forum but have not been able to resolve my issue. Any help would be greatly appreciated. My site is https://www.livesciencetutors.com

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Oranget

    (@oranget)

    To follow up, I have managed to remove the Author/Date simply exploring the theme options a little bit more. I was also able to get rid of the title by editing the CSS line with the title to (although I don’t know if this is the proper way to do it. .home .type-post h1.entry-title{display:none}. However, I am still unable to get rid of the category displaying on my posts. I have tried to edit `?php } elseif (is_category() && $evolve_category_page_title) { ?>
    <h2 class=”page-title archive-title”><?php _e( ‘Posts in category’, ‘evolve’ ); ?> <span id=”category-title”><?php single_cat_title(); ?></span></h2>` but I don’t even know if I am looking at the right line of code.

    Thread Starter Oranget

    (@oranget)

    I was able to figure out how to remove categories using the following code

    .entry-meta {
    padding: 1.5% 2.9%;
    background: #FCFCFC;
    border-top: #F3F3F3 1px solid;
    color: #CCC;
    font-size: 12px;
    font-weight: 300;
    display: none;
    }

    Thread Starter Oranget

    (@oranget)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get rid of breadcrumb and author/date info on static home page’ is closed to new replies.