- This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Signify Pro › Read More links on a Custom Post Type
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
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
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/
Hello Claire
I’m really Sorry for the above CSS, Please add this one
.elementor-page-3410 a.more-link {
display: none;
}
Regards,
Psink
thanks that did it
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



