Okay
  Public Ticket #1646163
disable
Closed

Comments

  • dbrasil28 started the conversation

    Hello, how can i disable de author´s name from above de post title on the page i sent a link.

    thanks

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-recent-posts-single_featured .grav-wrap >a,.nectar-recent-posts-single_featured .grav-wrap .text >span:first-child {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dbrasil28 replied

    It worked properly!

    Also i would like to know how to do the same about the category. Thanks a lot by the way.

  •  8,425
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .meta-author {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dbrasil28 replied

    it didnt work for the category. The meta you sent says author? It´s correct?

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please try the following CSS,

    .nectar-recent-posts-single_featured .inner-wrap.grav-wrap { display:none!important  }
    

    Hope this helps,

    Regards

    Themenectar Support Team

  • dbrasil28 replied

    It didnt work, here im sending both pages where i want to remove the category from above the title

    http://molografica.pt/historia-molografica/

    http://molografica.pt/home/

    thanks

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-recent-posts-single_featured.multiple_featured .grav-wrap {
        display: none !important;
    }
    body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dbrasil28 replied

    Thank you! it worked just fine!