[Support request] homepaage design

Home Forums Support [Support request] homepaage design

Home Forums Support homepaage design

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1134890
    Ajay

    how can i make homepage disign like this site https://opticsmag.com/ . please help me

    #1135197
    Leo
    Staff
    Customer Support
    #1136665
    Ajay

    i just wanna design the homepage like this site https://opticsmag.com/

    #1136699
    Daniel

    Ajay,

    this is what Leo was referring to.

    When you enable the GP option “Use Navigation as Header” you get the same menu as shown on your example site.

    Then, you’ve to work with the “Header Element”, especially with the Page Hero element to style the next part.

    For displaying the blog posts on the site you should install the WP Show Posts plugin (https://en-ca.wordpress.org/plugins/wp-show-posts/).

    For example: the GeneratePress demo site Dispatch is also using the WP Show Posts plugin…
    https://gpsites.co/dispatch/

    You can also install a Page Builder (like Elementor, Beaver Builder…) which can help to design the Start Page or other elements of the site but personally, I’m not a friend of Page Builders…

    I know, it’s not easy to design some elements of the site and you’ve to spent some time for the design but GeneratePress has a extensive documentation and a support forum where you’ll find a lot of useful and helpful informations. And: the GeneratePress support/author team is more than great and always ready to help!

    #1137212
    Leo
    Staff
    Customer Support

    Thanks Daniel 🙂

    #1137454
    Ajay

    I want hole homepage containers area white but only on the homepage, not other post pages?

    #1137468
    Ajay

    I want separating space zero only for the homepage?

    #1137760
    David
    Staff
    Customer Support

    Hi there,

    you can change the body background color by adding this CSS to Customizer > Additional CSS:

    body.home {
        background-color: #fff;
    }

    While you’re there you can change this CSS which adds the border shadow:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }

    to:

    body:not(.home) .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }
    #1138578
    Ajay

    I’m unable to remove the container shadow in the homepage.how can I remove it?

    #1138580
    Leo
    Staff
    Customer Support

    Doesn’t look like you’ve updated your CSS as per David’s suggestion here:
    https://generatepress.com/forums/topic/homepaage-design/#post-1137760

    Make sure to clear WP Super cache after the changes are made as well.

    #1138588
    Ajay

    I have added but nothing happened?

    #1138721
    David
    Staff
    Customer Support

    Follow these steps:

    1. Disable Autoptimize
    2. Disable all other Cache Plugins

    There is no need for these plugins to be enabled when you’re developing a new site. They will just cause confusion when things do not up date. You can enable them when your site is ready.

    3. Go to Customizer > Additional CSS and DELETE THIS CODE:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }

    4. in Customizer > Additional CSS – ADD THIS CODE:

    body:not(.home) .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232,234,237,1);
        box-shadow: 0 0 10px rgba(232,234,237,.5);
    }
    #1138912
    Ajay

    finally, this problem is sorted out. that is why I love generatpress as much more than others. you are awesome;)

    #1139549
    David
    Staff
    Customer Support

    Glad we could be of help.

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