Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #851528

    Hi
    I want to keep exactly same template like the post page (see private link).
    I just want to hide the sentence : PAR ADMIN8754 writing each time at the end of each post.

    And it’s a very important security problem too because it give login info!!!

    #851831

    Hey jb84,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #851951

    thanks it’s perfect
    just a detail after date stay an “|”, it will be nicer witout it
    It’s a detail but if there is an easy solution, i take it

    #852109

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_elegant-blog .post-entry .post-meta-infos  .text-sep.text-sep-date {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #852149

    perfect ! thanks !!!

    #852459

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #852476

    close

    #852733

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘hide admin name in post page’ is closed to new replies.