Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Breadcrumbs? Do you mean the dotted line under links? To remove them just locate these lines of code in the style.css.

    a {
    	color: #ffffff;
    	text-decoration: none;
    	border-bottom: 1px dotted transparent; <-------Remove this line
    }
    #content a:hover, #sidebar a:hover, #prefooter a:hover {
    	border-bottom: 1px dotted; <-------Remove this line
    }

    To remove the titles from pages just find this line of code in style.css.

    .entry-content, .archive-content {
    background: url(images/border-solid.png) repeat-x 0 0; <-------Remove
    	padding: 12px 22px 0;
    	overflow: hidden;
    }

    Now open content-page.php and remove this line.

    <h2><?php the_title(); ?></h2>
    Thread Starter xXGrime

    (@xxgrime)

    Thats what i thought alex it makes no sense. Yes i did. I tested on a fresh install as well. I also checked with my host to see if my resources were running low because that can cause the symptoms i am seeing but they said that they detect no issues and that everything was running fine.

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