Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #293988
    mccormack01
    Participant

    Hi Community,

    I am wondering how to do three things:
    How can I reduce / shrink the size of the latest posts on the homepage?
    The images are cropped. No matter what I do it doesn’t seem to help. Where do these images come from and can I manually set them?
    Can I completely disable these and only have the base hero page?

    Apologies in advance as I don’t see a way to upload images.

    #294019
    Skandha
    Participant

    @mccormack01: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #294081
    mccormack01
    Participant

    seattlehillhaunt.com

    Thank you

    #294094
    mccormack01
    Participant

    I managed to hide it by adding this to custom CSS.

    .section-content-wrapper {
    display:none;
    }

    .section-heading-wrapper {
    display:none;
    }

    .navigation.posts-navigation {
    display:none;
    }

    #294155
    Skandha
    Participant

    @mccormack01: Hello there,
    Glad you were able to figure it out.
    Are you having any other issues?

    Kind Regards,
    Skandha

    #294184
    mccormack01
    Participant

    Hi,

    Any idea how to switch the arrow so sub pages open on the right? This image shows that it opens on the left.
    navigation

    #294226
    Skandha
    Participant

    @mccormack01: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-default .main-navigation ul ul li:hover > ul, .navigation-default .main-navigation ul ul li.focus > ul {
        right: auto !important;
        left: 100% !important;
    }
    
    .icon.icon-angle-down {
        transform: rotate(-90deg) !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Home Page Latest Posts Size’ is closed to new replies.