Second I would like to remove the about section as its the users info themselves and dont see a point in having them see their own information at the top.
This section display none
.user-main .about
Third I want to make it expanded as default if possible so the feed is like a normal feed where they can see who the follow their comments.
Thanks. So on the feed page on mobile I want to remove the top section since it’s the users own info. I know it has the expand but really not needed on a page to view the posts of who the user follows.
The default there is also collapsed state where you have to expand them one by one. And if a post has an image it shows the url until it’s open. I want to make the feed visible instead of collapsed.
Looks like you’re using the Follow-plugin. I don’t have that installed, so could only chime in with some general remarks:
Every user page add it’s own class to the body element:
E.g. on the Activities page it’s .user-activity-page. On Messages it’s .user-messages-page. So I assume on the Follow page it’s probably .user-follows-page? You can use that class to only hide the top section on that page. Though you should take into account that you’ll get a jumpy interface if you only hide it on one view.
About the expanded or collapsed state of the posts, I don’t think you can target that with CSS. The plugin’s template for that view probably defaults to the collapsed post-excerpt. So you’d need to change the default right on the template.