[Support request] Can’t edit blog on ZEAL theme

Home Forums Support [Support request] Can’t edit blog on ZEAL theme

Home Forums Support Can’t edit blog on ZEAL theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1441871
    Gabriel

    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!

    #1441918
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.