New Landing How can we help? Themeforest Theme Support Uplift Changes to the blog section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #275953
    Palmer
    Member
    Post count: 1

    Hi Support,

    (Apologies If I’ve already posted this, can’t find any thread or the response, had no e-mail so I’m presuming it didn’t post).

    I want to make a few changes to the blog section and not sure how (hoping there’s some options before custom coding).

    http://www.convertscale.com/what-is-content-marketing/

    Can I have this done everytime by default so I don’t need to do it each time?

    1. I want it to use this header by default (I would like top banner to be the featured image).
    2. I want to remove the featured banner in the content area.
    3. I want to remove the bar on the side.
    4. I want to increase the font size here.
    5. I want to have a normal author bio, image left, description right.

    Best wishes,
    Chris

    #276348
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) What are you referring to? Please add an annotated screenshot.

    2) You mean this? Please add a WP login.

    3) There is no sidebar?

    4) Fonts are set in Theme Options => Font Options

    5) This is not part of the Uplift theme. You will need to modify the CSS. This will help you:

    .post-info .author-info-wrap {
        width: 100%;
    }
    .author-avatar {
        float: left;
        overflow: hidden;
        margin: 0 30px 0 auto;
        display: inline-block;
    }
    .author-bio {
        float: left;
        text-align: left;
        max-width: 80%;
    }

    Thanks.

    #276370
    Palmer
    Member
    Post count: 1
    This reply has been marked as private.
    #276744
    David Martin – Support
    Moderator
    Post count: 20834

    1) What are you referring to? The shop, a page, a post ect… The shop hero is set in Theme Options => WooCommerce Options.

    2) You need to set the Detail Media, to None:

    3) You can use this CSS:

    .side-post-info {
      display: none;
    }
    .single-post .has-no-sidebar .content-wrap {
        padding-left: 0;
    }

    4) The fonts are sitewide for consistency. All headings, body text ect is set there.

    Thanks.

    #284733
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #284939
    David Martin – Support
    Moderator
    Post count: 20834

    You would need to hire a developer to make those modifications as they are more than just small changes.

    Thanks,
    David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register