New Landing How can we help? Themeforest Theme Support Nota Block "Share" and the author of the comment.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Nota
  • #328149
    touchplat
    Member
    Post count: 7

    Good afternoon!

    Please tell me how to completely remove the block “Share” in the cards of goods and blog entries, also in the blog I would like to remove the author of the record, that is, completely remove the block with the author and “Share.”

    Thank you!

    #328237
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to the custom css option in the theme options. This is for the product page.

    .woocommerce div.product div.summary .sf-share-counts {
    display:none!important;
    }

    Can you provide an example url of a blog post?

    -Rui

    #328294
    touchplat
    Member
    Post count: 7

    Thank you, the product page is now all excellent!

    On the blog page I would like to remove the inscription under the records of http://www.kiosks.com.ru/blog/, as well as the tape with the author of the post and the ball Share block in the post itself (for example http://www.kiosks.com.ru/tabbed-post/).

    Thank you!

    #328656
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .post-info {
        display: none;
    }
    .masonry-items .blog-item .post-item-details {
        display: none;
    }
    #329952
    touchplat
    Member
    Post count: 7

    Thanks, it helped to remove the extra block inside the news. And how do you remove the inscription “By admin” in the blog itself under each news?

    #330029
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I cannot access the URL> However, the CSS should be:

    .blog-item-details > .author {
        display: none;
    }
    #330030
    touchplat
    Member
    Post count: 7

    Do you need to add the code in the Custom CSS? Has added, does not work. The site is now available at this address http://www.kiosksolutions.ru/blog/

    #330036
    David Martin – Support
    Moderator
    Post count: 20834

    Perfect, I see, that is slightly different.

    Please add this to Theme Options => Custom CSS:

    .details-wrap > .author {
        display: none;
    }
    #330037
    touchplat
    Member
    Post count: 7

    It works, thanks!

    #330041
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

    Thanks,
    David

    #330042
    David Martin – Support
    Moderator
    Post count: 20834

    Marked as resolved.

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