altering theme appearance on different pages
-
The static home page with the archaic theme looks great, but I want the second page to be a plain list of organizations without the featured image. How do I do that? I can I make other pages look different?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I believe you’re referring to the list you will be placing here:
http://berkshirehistorynetwork.com/list-of-organizations/
Is that correct? If so, you could use the following CSS:
.page-id-24 div#main-image { display: none; }The “page-id” portion ensures that the CSS just applies to that particular page. Just input that under Appearance -> Customize -> CSS.
Can you give that a try and let me know if it creates the desired appearance?
-
This worked great, but now I want to do the same thing on another page another blog (specifically Lenoxhistory.org/posts) how do I find and then change the page id?
-
Is the site lenoxhistory.org/posts currently active or are you in the process of building it? I would just like to see it in action to make sure we’re using the right CSS code. CSS selectors (like div#main-image) can differ by theme.
When you’re editing a page on your blog, you should see a number in the address bar. It will look like this:
https://yoursiteaddress.wordpress.com/wp-admin/post.php?post=18072&action=editThat 18072 is what we’re looking for. The following should work for that particular ID:
.page-id-18072 -
-
Were you able to get this to work? I don’t see any content at Lenoxhistory.org/posts so I’m unable to check on my side.
-
No it didn’t work – donotreply> wrote:
jeremeylduvall replied to a forum topic that you subscribe to
in response to the topic “altering theme appearance on different pages”:
Were you able to get this to work? I don’t see any content atLenoxhistory.org/posts so I’m unable to check on my side.
Reply View forum topic
Want less email? Unsubscribe from this topic
Thanks for flying with WordPress.com
-
Hi!
Could you please post the direct URL to the site where you’re trying to adjust the page display? I do not see any content at Lenoxhistory.org/posts.
- The topic ‘altering theme appearance on different pages’ is closed to new replies.