Home Forums Basel support forum How to remove date, leave a comment and user fields

How to remove date, leave a comment and user fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #120193

    Ultimahub
    Participant

    Please let me know how to delete the circled fields in the attached picture.
    It is the Latest news section on the homepage.

    I have left you logins in the private section. Previously you told me to add css code however there is no where to put the code.
    Could you please log in and make the changes on this occasion and send me screenshots so that I know how to do it next time.

    Many thanks

    Attachments:
    You must be logged in to view attached files.
    #120209

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-post-loop .post-date {
    display:none;
    }
    body .basel-entry-meta li {
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)