• how can i remove the date, author and comment from wishbone theme?
    i did the child theme and imported the parent theme, and added the folloing code:

    body .entry-meta .entry-author-link {
    display: none ;
    }

    and it doesn’t work. Help please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author wishypw

    (@wishypw)

    hi there!

    firstly, apologies for not responding sooner, try the following:

    .postmeta {
      display: none;
    }

    this will remove the time+date, author and comment count values under a post or post excerpt.

    Thanks
    wishy

    Hi there. I am using Wishbone theme.

    The mobile display doesn’t seem friendly and it seems like the header/logo is appearing half of the page in the mobile display. link – http://www.cywk.org.sg

    image link for reference: http://i.imgur.com/0O1CUeZ.png

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how can i remove the date, author and comment from wishbone theme?’ is closed to new replies.