Home Forums Nirman Constructions Remove 'Published Date' and Social links on Services or Blog Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23625
    tahnee
    Participant

    Hi There,

    I am wondering if there is a way to remove the date line from the ‘Services’, and also the social links at the bottom.
    I understand that they are essentially treated as a “blog post” but i don’t want the date and social links shown.

    Cheers.

    #23638
    User Support
    Participant

    Hello Tahnee,

    Kindly add following css in Dashboard >> Appearance >> Customize >> Additional css

    #innerpage-box .single_post .post-date-publishable {
    display: none;
    }
    .socialMedia {
    display: none;
    }

    Thank You.

    #23641
    tahnee
    Participant

    Perfect, thank you so much for your prompt reply.

    #23893
    User Support
    Participant

    Hello
    thank you for contacting us

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