Okay
  Public Ticket #438607
Blog Post Titles and contributor label
Closed

Comments

  • metaxia started the conversation

    HI

    If its possible I would like to remove the admin label from my blog post

    but also

    relocate the title of the blog post underneath image along with the blog post text rather than on top of the header if thats possible


    Many Thanks

  •  8,851
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #page-header-bg.fullscreen-header .author-section span.fn {
        display: none !important;
    }
    
    
    #page-header-bg.fullscreen-header .author-section .avatar-post-info {
        top: 22px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • metaxia replied

    http://www.metaxia.co/weddings/liam-and-abbey-the-wedding/ (I\'ve published it so you can see what I mean


    HI

    I don\'t know if I have done something wrong

    the admin label has disappeared but the icon and date is still there

    and the title is still on top of the header image

    screen shots below


  •  8,851
    Tahir replied

    Hey Again,

    Try this:

    #page-header-bg.fullscreen-header .author-section {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team