Okay
  Public Ticket #381105
Masonry Blog Author, Category, Comments
Closed

Comments

  •  1
    Filipe started the conversation

    Hi..

    I'd like to hide Comments and Author, but using "display:none" will always leave char "|" s visible.

    See attached photo (in green)

    Can you please assist?

    Cheers

  •  9,016
    Tahir replied

    Hey!

    Try display:none on the parent container .

    Thanks


    ThemeNectar Support Team 

  •  1
    Filipe replied

    Hi Tahir,

    #post-area .article-content-wrap .post-header span { display:none!important; } will remove all items, and I'd like to keep at least the category for the post.

    Please advise.


    Cheers,


  •  9,016
    Tahir replied

    Can you provide the page url .

    Thanks


    ThemeNectar Support Team 

  •  1
    Filipe replied

    dup

  •  1
    Filipe replied

    Hi Tahir,

    http://domain.com/expeditions/

    Looking forward to your reply.

  •  9,016
    Tahir replied

    Hey Again,

    I see you got it working : http://prntscr.com/hcrmbs . 

    Best.


    ThemeNectar Support Team 

  •  1
    Filipe replied

    Hi Tahir,


    Please read the original request: "I'd like to hide Comments and Author, but using "display:none" will always leave char "|" s visible."


    The problem is the char "|"


    Looking forward to your reply.

    Kr,

    Filipe

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    span.meta-category {
        left: -7px;
        position: relative;
    }
    .post-header {
        overflow: hidden;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Filipe replied

    Hi Tahir,


    It did in part resolve the problem of having the "|", but now part of the text in the line below got cut as well.

    This problem is old.. can you direct me to where in the main theme I can remove the "|"?

    Kr,

  •  9,016
    Tahir replied

    I am afraid you cant at the moment as its not wrapped in a html tag . Have noted to add in a fix for this in the upcoming update.s 

    Be.st 


    ThemeNectar Support Team