• Resolved Dddt

    (@dddt)


    hello there,
    I would like to know how I can remove the date that is being automatically set on posts.
    thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can hide it with this css:

    .postdate, .kad-hidedate, .postdatetooltip{display:none;}

    Kadence Themes

    Thread Starter Dddt

    (@dddt)

    Thanks so much! It worked.

    1.I am trying to have all posts in full width, I have placed the following css, but it does not work,

    .single-post #secondary {display: none;}
    .single-post #primary {
    width: 100% !important;
    }

    2. And also I would like to not have sidebars and footers for mobile devices, and I have put the following css, but it removed none of them, what am I doing wrong?

    @media (max-width: 979px) {
    #sidebar, #footer {display: none;}
    }

    thanks in advance for your help!

    Thread Starter Dddt

    (@dddt)

    I think I should open new topic with appropriate title to help others and save your time 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘delete date on posts’ is closed to new replies.