Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #153414
    MHC
    Member
    Post count: 247

    Hi there,

    I would like to adjust the blog layout:

    1. remove extra space (right below page title); remove date; remove extra vertical white line under date
    2. change inner background color to #3d4046
    3. add some extra space under post title
    4. align content (main content area formatting a bit off)
    5. “read more” button CSS

    Page link & screenshot to follow.
    Thanks so much!

    #153415
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #153426
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Are you familiar with CSS? If so you can use Firebug in firefox to identify css for elements and edit them live in the browser.

    I’m afraid we are here to help support issues with the theme and to help with customisations that people are struggling with that are minor. We can not completely edit the design of Dante to fit your needs, that’s down to your knowledge and responsibility. If you are not confident in doing so then you should hire a developer, potentially from one of the below resources:

    https://codeable.io

    Home

    http://www.microlancer.com

    Hope that helps.

    – Kyle

    #153433
    MHC
    Member
    Post count: 247

    Hi Kyle,

    Thanks for the suggestion. Can you at least check question No.4? The layout seems off. Please check the screenshot for explanation.

    Best regards,

    #153437
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .standard-post-content .excerpt .container {
      max-width: 100%;
      width: 100%!important;
    }
    

    It’s because you’ve set to show the full content of the post, which you have built using the page builder, not very well suited for the excerpt

    – Kyle

    #153440
    MHC
    Member
    Post count: 247

    Thanks Kyle. For question 1, I have enabled “Remove Dates” in Blog Options (theme options), but the dates are still showing. How can I resolve this?

    #153444
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’re using the timeline layout, therefore it’s not possible to remove dates, otherwise it wouldn’t be a ‘timeline’.

    You can remove the dates using css:

    .standard-post-date {
      display: none;
    }

    – Kyle

    #153447
    MHC
    Member
    Post count: 247

    Thanks so much Kyle. Will figure out other questions.

    All the best,

    #153449
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 9 posts - 1 through 9 (of 9 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