New Landing How can we help? Atelier How to… on the post pages?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #245964
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    while I was setting up our new site, I cam across with few issues… Can you please help to solve the followings:

    1. On the post pages > Pages Title > Hero Heading Height > I setup 500px. However under 767 px of screen width the title background image get reduced to 145px height (instead staying 500px). How can I setup that this pic stays the same size?

    2. How can I remove the author info from the posts lists? (see pic)

    3. Can I remove the lines from above AND below the “newer/older” link? (see pic)

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #245982
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    
    @media only screen and (max-width: 479px) { 
    .single-post .page-heading.fancy-heading {
      max-height: 340px;
    }
    }

    2) In Theme Options > Custom Post Type Options set to ‘Single Author Blog’

    3) Sure, add this to your custom css:

    .post-aux-wrap .post-pagination {
      border: none;
    }

    – Kyle

    #246673
    micheal_w
    Member
    Post count: 498

    1 & 3) is done, thanks!

    2) it is already set to “Single Author Blog” blog the author info is still showing on the news (blog) list page. 🙁

    #246679
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s odd, got a link and login so I can check?

    – Kyle

    #246682
    micheal_w
    Member
    Post count: 498

    I’m developing locally… I will ask again, as soon as the site is online.. Thanks!

    #246683
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.