Read more button and removal of some fields

Home Support Business Era Read more button and removal of some fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16133
    Anonymous
    Inactive

    Hello there,

    How can I remove category/tag names, author name and date icon in blog posts? And the read more button does not appear in blog posts. Please check the screenshots. I would be glad if you could help.

    https://prntscr.com/stab4f
    https://prntscr.com/stab8t

    #16190
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css to remove the details by following below mentioned steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .entry-meta .posted-on::before, .single-post-meta .posted-on::before {
    display:none;
    }
    .entry-meta .byline{
    display:none;
    }
    .entry-footer .cat-links{
    display:none;
    }
    .entry-footer .tags-links{
    display:none;
    }

    Tto show read more button go to
    Apperance >> Customize >> Theme options >> Blog options and select Archive Layout >> Post Excerpt

    Hope you are doing good!

    Have a great day ahead!

    Regards,
    Team ProDesigns

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