How to remove Read More button from the home page of harmonic theme
-
I would like to know how to remove that button
The blog I need help with is: (visible only to logged in users)
-
Hi,
To remove the read more button using following code.home a.button { display: none; }And if you are using custom design upgrade then, there is no way to remove the Read more without the Custom Design upgrade and the above CSS.
Thanks,
Aakash Patel -
Slight addition to @aakashpatelsite’s handy CSS:
If you have a Premium Plan or Business Plan and access to Custom CSS, you can add that code into My Site > Customize > CSS and it should hide the button for you :)
-
-
-
Sorry guys, one more question. In the same home page, just above Read More button, How can I remove the link to my own home page in the Title.
Thanks a lot,Pedro
-
Hi @pinkbowtieboy!
Nothing to be sorry for!
Try amending the CSS from last time to this, so it includes that title:
.home a.button, .home .entry-title { display: none; }:)
- The topic ‘How to remove Read More button from the home page of harmonic theme’ is closed to new replies.