New Landing How can we help? Themeforest Theme Support Neighborhood Disable share link + author box

Viewing 6 posts - 1 through 6 (of 6 total)
  • #181923
    MarcusF
    Member
    Post count: 75

    Hi

    Is it possible to remove the share links (from posts) and author box? Without just hiding it with css.

    Best Regards
    Marcus

    #182001
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Without css only changing the theme files. Any problem with the css solution?

    -Rui

    #182014
    MarcusF
    Member
    Post count: 75

    I don’t know.

    I’ve experienced that the share buttons are pretty heavy on the load time.. Haven’t tested on this theme though.

    Will css display:none stop the server from having to load the buttons? Because then the css is just an alright solution

    #182131
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The social icons are in a unique png that it’s still loaded but we are talking about 6kb what is insignificant.

    Add the code below to your custom css option.

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

    -Rui

    #182132
    MarcusF
    Member
    Post count: 75

    Thanks! 🙂

    #182134
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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