Hide post text and block image links from a category
For the following category "despertar-mi-inspiracion", I would like to:
- Hide the text of the posts, as it already is visible in the images.
- Disable the pictures as an entrance to the post. The only way to enter the post would then be "Leer más".
See page: [Links visible only for registered users]
Thank you very much in advance!
Comments
Thank you very much for your assitance.
The CSS code worked.
However, even tough the text is now hidden, there is still a white space between the image and the counter bar.
Is this possible to also hide that space? How?
Thanks a lot!
.category-52 .post-desc .post-footer {
padding-top:0 !important;
}
.category-52 .post-desc .post-excerpt {
display:none !important;
}
.category-52 .post-desc {
padding-top:0 !important;
}
Thanks a lot!
I would now like to do the same thing with the following category:
[Links visible only for registered users]
Thank you in advance!
[Links visible only for registered users]
Thank you in advance!
.category-76 .post-desc .post-footer {padding-top:0 !important;
}
.category-76 .post-desc .post-excerpt {
display:none !important;
}
.category-76 .post-desc {
padding-top:0 !important;
}
I would now like to do the same thing with the following 4 categories:
[Links visible only for registered users]
[Links visible only for registered users]
[Links visible only for registered users]
[Links visible only for registered users]
Is there a way I can check the category number on my own so I do not need to ask everytime I add a new category?
Thank you in advance!
we would show you but the links do not load, do you know what could be blocking?
thanks
I really do not know what could be blocking the links. They work perfectly fine in my many devices.
Would it be possible for you to explain me how to check the category number on previous categories you helped me with? For example:
[Links visible only for registered users]
[Links visible only for registered users]
Thank you in advance!
Then just change the class in the css.
Thanks a lot for your help!