New Landing How can we help? Themeforest Theme Support Dante unwanted bullet points in swift page builder 'recent posts'

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #175651
    alexjust
    Member
    Post count: 52

    Hi there

    I’ve noticed that when you insert “recent posts” through the swift page builder, it comes up with strange bullets….

    To see what I mean, go to http://ampersanddesign.com.au/ji/school-education-quality-assurance-program-viet and you can see down the bottom, there are two “related projects” views:

    The top related projects is inserted through edit post, then using the swift page builder to insert a “recent posts”.

    The lower recent posts option is currently being inserted through edit post > and in the post meta tab, ticking “Include related articles”

    As I need to be able to control categories, I need to insert recent posts through the swift page builder, but I want it to look the same as when “include related articles” is ticked in the meta tab, ie without the odd bullet points that are coming up in the top left corner. (which does look like a design oversight anyway.)

    If you could let me know how this would be possible, without removing the bullets from bulleted text, that would be hugely appreciated, or if it is indeed a design oversight as I suspect it might be, if you could tweak this with your next version release.

    Thanks so much again! ๐Ÿ™‚

    Alex

    #175801
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In your custom css you have

    .body-text li {
        list-style: outside none disc;
        margin-top: -3px;
    margin-left: 0px;
    padding-bottom: 20px;
    }

    You’ll need to remove that

    – Kyle

    #176023
    alexjust
    Member
    Post count: 52

    Hi Kyle

    I thought that was the problem too and I did remove it to test, but even with that code gone it still has the bullet points, so I cut ALL the custom code and did a refresh and the bullet points were STILL there, so it does seem to be something that’s part of the theme…

    #176024
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok add this to your custom css:

    ul.recent-posts li {
      list-style: outside none none;
    }

    – Kyle

    #176228
    alexjust
    Member
    Post count: 52

    thank you!!! ๐Ÿ™‚

    #176260
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Kyle.
    Mohammad

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