Hide text from featured page
-
Hi !
I just want to hide text with “read more” below the 3 featured page.
Thanks for your answer, bye !
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please add the following custom CSS.
#featured_pages a.more-link { display: none; }
Hope this helps.
Thanks.
Sanjip S. -
oh, I’m sorry but I mean not only the “read more” button but hide also the text which serves as description.
Thanks !!!
-
In that case, please add the following CSS as well
#featured_pages p { display: none; }
Hope this helps.
Thanks.
Sanjip S. -
- The topic ‘Hide text from featured page’ is closed to new replies.