Hiding Features
-
I am using the Solar Theme.
I want my main site page to just show the Featured Image of a post–no title, or description, or date, etc.
I have figured out in CSS how to “hide” these features, using “display: none” — BUT once you click on the post, everything is hidden within the post.
How to I make it the CSS command page specific, so something is hidden on a certain page, but shown on another?
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the site you reference, I’m seeing the Port theme. Have you switched to the Port theme or just trying it out.
On Solar, if we hide the title, description and date, we end up with everything being misaligned since the theme calculates the size and position of the individual post areas based on the content. You can give the following a try to see what I mean.
.home .post-title, .home .content-wrapper, .home .post .meta { display: none; }I’m not seeing anyway of getting around this since Solar is a responsive designed theme. I would suggest looking for a different theme that shows only the featured image on the main page.
- The topic ‘Hiding Features’ is closed to new replies.