Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, if you don’t want the date gone completely try this out:

    .postdate span {
    display: inline;
    font-size: 12px;
    }
    .bg-lightgray {
    background: #fff;
    }

    Let me know what you think.
    Hannah

    Thread Starter daniellejoy

    (@daniellejoy)

    Hi Hannah,

    Thank you for your reply. Though this is better than the date box, I am wondering whether I can just put the date under the title, next to the author name, category which it is posted in, and number of comments the post has received. Could you please give me a code for this?

    Thanks in advance!

    There isn’t css that can do this, you have to edit the code in the theme. You would have to add a call for the date in the virtue/templates/entry-meta-subhead.php file.

    Then just use the css to hide the box.

    If you edit the theme I really suggest using a child theme.

    Kadence Themes

    Thread Starter daniellejoy

    (@daniellejoy)

    Thank you for your reply. In that case, I will stick with the short code Hannah gave me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get rid of date box’ is closed to new replies.