• Is there a way to disable the read more/read full buttons and show the whole news posts on the home page and the news posts page?

Viewing 1 replies (of 1 total)
  • Theme Author Buywptemplates

    (@buywptemplates)

    Hello,

    To disable the read more/read full buttons, follow the below steps.

    Step 1: Go to dashboard >> Appearance >> Customizer >> Additional CSS

    Step 2: Paste the below css in Additional css.

    .postbtn{
    display : none;
    }

    To show the whole news posts on the home page and the news posts page, follow the below steps.

    For Home Page Setting :
    =====================

    Step 1: Go to dashboard >> Pages >> Add New >> create home page and save it.

    Step 2: Go to dashboard >> Customizer >> Homepage Settings >> Select a Static Page >> Post page >> Select page which you have added.

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Read More Button’ is closed to new replies.