Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #277122
    imilner
    Participant

    Hi! I want to do a few things for the homepage:

    1) Remove more posts button because I will just have 3 static posts on the homepage
    2) I don’t want any headings/categories before each post on the homepage (I just want to see Fur Fashion, Sustainability, etc…not Featured and Featured Article)
    3) I want the Menu to be stretched out individually instead of in a collapsable button.

    #277150
    Skandha
    Participant

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

    /* To remove the more posts button in the homepage */
    .home .recent-blog-content .view-more {
        display: none;
    }
    
    /* To remove the categories before blog post title */
    .home .archive-posts-wrapper article .entry-meta {
        display: none;
    }

    You seems to have figured out the stretch out the menu items
    Let me know if this works out!
    Kind Regards,
    Skandha

    #277293
    imilner
    Participant

    Hi! This did work. I also don’t want my static posts to have the “From The Blog” heading before the posts on the homepage, how can I fix that?

    #277296
    imilner
    Participant

    And when I have a featured image for a page so that it can display on the homepage, it shows up on the post page as the main image but small. And it’ll be above the image I actually want to show up on the posts page making it look weird. How do I just have an image for the featured image and an image for the post itself?

    #277752
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    #278409
    imilner
    Participant

    Here is the link we are using: https://mx8.61f.myftpupload.com thank you!

    #278516
    Skandha
    Participant

    @imilner: Hello there,
    To remove the From the Blog text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .archive-posts-wrapper .section-subtitle {
        display: none;
    }

    Are you still having issue with the featured image?

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #278869
    imilner
    Participant

    Yes, I am still having the same issue with the featured post image coming into the posts as a small image above the image I actually want as the header image on the page.

    I also want to remove the negative space between the header image on the homepage and the section with the cards. Here is the domain we’re using again: https://mx8.61f.myftpupload.com

    #279400
    imilner
    Participant

    Hi. Any updates in this issue?

    #279901
    imilner
    Participant

    Hi,

    I am once again reaching out about my theme and issues I am experiencing with it. My edits are not being updated even after publishing. And I still have an issue with the featured image coming up on the posts and replacing the image that we want to use on the page.

    I’d love to get a response for my client. Thank you.

    #280070
    Skandha
    Participant

    @imilner: Hello there,
    Sorry for the late reply.

    To remove the small featured image from the single post page
    Go to => Appearance => Customize => Layout Options => Single Page/Post Image => Select Disabled and Publish.

    Then,
    Go to => Appearance => Customize => Header Media => Select Entire Site, Page/Post Featured Image and Publish.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘A Few Customization Needs for PhotoFocus Pro Theme’ is closed to new replies.