New Landing How can we help? Themeforest Theme Support Flexform Remove social share and author information on blog posts

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Flexform
  • #165574
    vetpeter
    Member
    Post count: 11

    Hi there,

    is there any option, not to display the author information and the social share buttons on single posts?
    I’ve added the following code, but the divider lines still display.

    .share-links,  .author-info-wrap {
    display:none;
    }

    Thanks in advance for your support.
    Best regards

    #165580
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one instead and clear the cache after adding it.

    
    .single-post .share-links, .single-post .author-info-wrap {
    display:none!important;
    }

    -Rui

    #165583
    vetpeter
    Member
    Post count: 11

    Thanks for your quick reply. It works, but I still have the dividing lines (see attachment). Is there a chance to remove them?

    And secondly: Is there a chance to get rid of the heart-icon (see attachment)

    Attachments:
    You must be logged in to view attached files.
    #165588
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #165600
    vetpeter
    Member
    Post count: 11
    This reply has been marked as private.
    #165610
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Replace the previous code by this one

    
    .single-post .share-links, .single-post .author-info-wrap, .single-post  .pagination-wrap, .single-post .comments-likes {
    display:none!important;
    }

    -Rui

    #165611
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single .pagination-wrap, .single .comments-likes .love-it-wrapper {
        display: none !important;
    }

    Thanks
    Mohammad

    #165612
    vetpeter
    Member
    Post count: 11

    Great. Thanks for your support. That worked fine 🙂

    #165614
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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 the following item
Login and Registration Log in · Register