• Hello,

    So I just realized that all pages on my site have a stylish bubble with a date above the page content, and this date is the date of publication. This is good for blog posts (which I also have), but not for static pages, as it looks like the page is very old (for some reason I haven’t noticed this for three years…). I’ve been browsing through the forums, and have seen this suggestion to remove the date bubble:

    .entry-date-box {
    display:none;
    }

    However, since I have both blog posts and static pages, I still want the date bubble on the blog posts – just not on the pages. The suggested solution would remove the bubble from all, right? Is there a way to solve this issue?

    Best regards,
    Patrik

Viewing 4 replies - 1 through 4 (of 4 total)
  • @tavathlon

    I loked at the demo and could not see the dates – please provide a link to your site.

    Hi @tavathlon,

    There is no any date with styling bubble on pages of this theme. Here is link of one of the page from demo.So please share us your site url so we can provide you appropriate solution.

    Thanks

    Thread Starter tavathlon

    (@tavathlon)

    Thank you, @gejay and @salsaturation,

    The demo does indeed not have any such date bubbles, and come to think of it, my other site with the same theme also don’t have them – and I don’t think this site had the either, previously. Maybe something happened to the site? =S

    Here is the link to the site: https://folkdansringen.se/klippan/

    It’s a very nice theme, btw. =)

    Hi tavathlon,

    It seems you have customize page.php template and pulled content.php template for displaying page content. If so you can customize content.php template or can use following css:

    .type-page .entry-date-box {
        display: none;
    }

    Thanks

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