• Hello
    I′m new to wordpress. I would like to disable “.blog_section2_comment”, where the author, date and more things about the article are shows. In joomla, another cms, you can display this kind of parameters using the CMS but here in wordpress I don′t know what is the best option. Using a css?(for instance: Change the template?
    .blog_section2_comment {

    height: 0px;
    }

    Best regards,

    Borja

Viewing 1 replies (of 1 total)
  • Hi @gatomadrid,

    Thanks for using our theme,

    Paste the following css code in custom css filed(Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)

    .blog_section2_comment
    {
    display:none !important;
    }

    Any confusion lets me know.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Disable .blog_section2_comment’ is closed to new replies.