Okay
  Public Ticket #1369950
Remove author from bottom of posts
Closed

Comments

  •  11
    M started the conversation

    Hi, 

    I was able to remove meta from blog titles, but have not been able to remove the larger author section at the bottom of post pages, along with "more by this author" button. Please advise how to remove this section completely, I found absolutely nothing when searching this forum. Thanks!

  •  11
    M replied

    Ok, I actually figured this out, was missing a section from the options panel. 


    But for the life of me I can't remove the heart icon from under titles on blog pages, I tried all the CSS suggested here, including:

    .nectar-love-wrap {
        display: none!important;
    }

    #nectar-love-8578{
        display: none !important;
    }

    body #post-area.masonry article.post .post-meta {
        display: none!important;
    }

    Pls advice. 

  •  8,470
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   M replied privately
  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use the following CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    #single-meta ul {
    display:none!important;
    }

    Hope this helps,

    Regards

  • Emily replied

    This did not work for me. I put

    #single-meta ul {
    display:none!important;
    }
    

    In the css, but no change.

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    I've just visited your site and i can't seem to see the heart icon, did you remove it? Please clear cache and let me know.

    Regards