• Hi,

    I have tried several different methods, from listing EACH separately in the Additional CSS under Customize and even added !important to no avail.

    }
    entry-post-info,entry-author,entry-comment{
    	display:none;
    }
    }
    entry-post-info,entry-author,entry-comment {
    	display:none !important;
    }
    }
    entry-post-info ,entry-author,entry-comment *{
    	display:none;
    }

    Those are only copies of my last 3 attempts to remove the “by ___’ and “__ comments” that are displayed on the blog roll.

    Your help with this would be greatly appreciated.

    Thank you in advance,
    Trish

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author HashThemes

    (@hashthemes)

    Add the below CSS code

    .entry-post-info .entry-author, .entry-post-info .entry-comment{display:none}

    Thread Starter Trish

    (@trible)

    Thank YOU @hashthemes, I shoulda’ known. It has been awhile working with code.

    Is there a way that I can get the snippet to take over the tiny space on the left where the post info author and comment were located?

    Thanks again!

    Theme Author HashThemes

    (@hashthemes)

    Add this CSS code

    .entry-post-content {
    width: 100%;
    margin-top: -30px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Remove entry-post-info, entry-author, entry-comment from Viral News Theme’ is closed to new replies.