Archived topic
Can't edit blog on ZEAL theme
1 reply · Started by Gabriel on September 13, 2020
Hello, I'm trying to edit the blog section from the ZEAL theme I installed here: https://lgujourney.com/blog/
The home page is here: https://lgujourney.com/home/ I edited all the other pages, but I can't edit the blog, neither via elementor nor regular editing. I only want the menu to look the same and change the background to white and text to white. Not much, I just don't know where to change this from.
Thanks!
Hi there,
The blog page is the WordPress default posts page so it cannot be edited normally like a static page - it simply displays all the posts you've added.
It cannot be edited using Elementor:
https://docs.elementor.com/article/56-content-area-not-found
But GP has some options for it:
https://docs.generatepress.com/article/blog-content-layout/
As for the difference in colors, go to Customizer > Additional CSS and remove this block of CSS:
/* Blog */
.blog {
background-color: #323232;
}
.blog #masthead {
background-color: #000;
}
.blog .post {
border-bottom: 2px solid rgba(255,255,255,0.2);
}
Let me know if this helps :)