Viewing 1 replies (of 1 total)
  • Use ftp or cpanel and go to wp-content/plugins/mobileview/themes/hipnews/iphone/style.css

    Find:

    .post-list .post:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      top: -8px;
      right: -10px;
      width: 83px;
      height: 19px;
      background: url("images/ribbon-latest.png") no-repeat;
    }

    Replace with:

    .post-list .post:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      top: -8px;
      right: -10px;
      width: 83px;
      height: 19px;
      background: url("images/ribbon-latest.png") no-repeat;
    	display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How do you remove the "Recents" banner on pages?’ is closed to new replies.