Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #2905
    sunshine
    Member
    Post count: 39

    Hi,

    Just wondering if it’s possible to prevent blog lists from shifting up when you hover over them?

    #2908
    sunshine
    Member
    Post count: 39

    A couple more blog related problems that I’m having…

    – Is it possible to remove the permalink section from blog posts?

    – Is it possible to hide the author from the blog carousal?

     

    #2948
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1) please link to your site where you have that, not sure I understand

    2) custom CSS:

    .tags-link-wrap .permalink { display: none; }

    3) custom CSS:

    .carousel-wrap .post-item-details {display:none;}

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #3056
    sunshine
    Member
    Post count: 39

    Thanks.

    Regarding the first point: for example, on the following page when you hover over a post, the whole block shifts up – is it possible to prevent this?
    http://themes.swiftpsd.com/pinpoint/blog-masonry-with-no-sidebars/

    #3101
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure, add the following to Pinpoint Options > General Options > Custom CSS:

    .masonry-items .blog-item:hover {
    margin-top: 0;
    }
    

    – Ed

    #3294
    sunshine
    Member
    Post count: 39

    That’s great. Thanks for your help.

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