Okay
  Public Ticket #2358256
Add various CSS Custom Codes
Closed

Comments

  • benditasanidad started the conversation

    Hi, I´ve found these code for remove author, category, comment, etc.

    But I have this other 

    .home #logo{
        visibility:hidden !important;
    }

     for hide the logo in my home page.

    Is it possible add different lines? How? Thanks in advance

    /* For Blog page */
    body .meta-author {    display: none !important;
    }
    body .meta-category {    display: none !important;
    }
    body .meta-comment-count {    display: none !important;
    }
    /* For Blog Single Pages */
    body #single-below-header {    display: none !important;
    }
    /* hide date and love on masonry blog */
    body #post-area.masonry article.post .post-meta {    display: none!important;
    }
    article.post .content-inner {    border-bottom: none;
    }
  •  3,021
    Andrew replied

    Hi there,

    You can add other custom css if you want to implement something not available in theme settings.

    Thanks.