• Hi,

    I’m unable to hide ‘posted on‘ meta tags that appears by default, even after adding this snippet:

    
    .entry-meta .byline, .entry-meta .cat-links { display: none; }
     
    .entry-meta .posted-on { display: none; }

    It only managed to hide the date, but the icon and ‘posted on’ are still there

    • This topic was modified 3 years, 2 months ago by boostxd.
    • This topic was modified 3 years, 2 months ago by boostxd.
    • This topic was modified 3 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 5 replies - 1 through 5 (of 5 total)
  • If you need help with this, please post your site address so I can check the code on your site and give you CSS code that’s guaranteed to work.

    Standing by.

    Thread Starter boostxd

    (@boostxd)

    Well, my site is using LAN Network (localhost) for now, maybe in next week it’ll go live

    • This reply was modified 3 years, 2 months ago by boostxd.
    • This reply was modified 3 years, 2 months ago by boostxd.

    What theme are you using? If your theme has multiple demos or “starter sites”, which specific one are you using?

    And are you using any 3rd-party page builder?

    Thread Starter boostxd

    (@boostxd)

    I’m using Madara theme. And no, I’m using Gutenberg Editor, though I use mostly theme options features and many theme widgets.

    • This reply was modified 3 years, 2 months ago by boostxd.

    I wanted to install your theme and help you with this. But as it’s a commercial theme, I’m unable to do so. So my only point of reference is the theme’s demo page!

    I’m unable to hide ‘posted on‘ meta tags that appears by default, even after adding this snippet:

    If you’re rerring to indovidual blog POSTS, try this:

    .c-blog-post .entry-header .entry-meta {
    display: none;
    }

    If your site has similar settings as the demo, this should hide the entire meta box below the title (ie “posted on” text, date, the calendar icon, and category name). If you want to hide ONLY the text “posted on”, kindly let me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to hide posted on meta tags’ is closed to new replies.