Okay
  Public Ticket #2274351
Remove post button
Closed

Comments

  • edgar_loftspa started the conversation

    How can you remove the "+ Readme more" button

  •  608
    WordPress replied

    Hi, 

    You remove '+' in file wp-content/themes/arangi/templates/content-blog-archive.php

    5967761720.png


  • edgar_loftspa replied

    I want to completely remove the button, not visible, there is no possibility to click

    How can i remove it ?

  •  608
    WordPress replied

    Hello,

    Did I check your site and you're not using the arangi theme?

    You can add style css in Appearence -> Advanced -> Add custom style css

    .blog-post-info .read-more {
        display: none;
    }