Home Forums Pro Themes Busyness Pro Date is showing under Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129532
    Ben Simpson
    Participant

    How do I remove the date link under each title on each page? It appears to be the published date of that page.

    #129575
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with the site URL and screenshot highlighting the sections so that we can be more clear and help you with CSS fixes.

    Thank you.

    #129582
    Ben Simpson
    Participant

    https://strongholdfireandsafety.com.au/provide-first-aid/

    Under First Aid there is a date 19/1/2020. I don’t want this shown as it goes to a page which is useless. Also I do I remove the page it directs someone to.

    All my course pages has the date inserted, so I want to be able to remove them all. I am not going to attach a link for 15 pages if thats ok.

    #129598
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below-given CSS in Additional CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the date from the pages.

    .page .posted-on .published{
      display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.