Home Forums Pro Themes Signify Pro Read More links on a Custom Post Type

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #143678
    Claire
    Participant

    I have a Custom Post type and I want to remove the “Read More” button just from the excerpt for this 1 type. Can you help me with the code for this?

    My website is: http://www.cm-essentials.com
    The Custom Type is: coach-mentor

    #143689
    Psink
    Keymaster

    hello Claire

    Please add this CSS code in the theme

    
    #hero-section a.more-link {
        display: none;
    }
    

    To add above CSS in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS then published and refresh

    Regards,
    Psink

    #143694
    Claire
    Participant

    Why would I do this for the Hero section? I need this for the Custom post type archive page http://cm-essentials.com/coach-mentor/

    #143699
    Psink
    Keymaster

    Hello Claire

    I’m really Sorry for the above CSS, Please add this one

    
    .elementor-page-3410 a.more-link {
        display: none;
    }
    

    Regards,
    Psink

    #143703
    Claire
    Participant

    thanks that did it

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