Remove title and category from blog post

This topic has 10 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson

  • Avatar: zouking
    zouking
    Participant
    October 21, 2015 at 10:17

    Hi,

    How to i remove title and category from blog post.

    I already enabled and add

    .meta-post {
    display: none;
    }

    to custom.css but still not working.

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: stan
    Stan Russell
    Participant
    October 21, 2015 at 10:33

    Hello,

    please add following css code to your custom.css file:

    .blog-post h6, h2 {
    display:none
    }

    Regards,
    Stan Russell.

    Avatar: zouking
    zouking
    Participant
    October 22, 2015 at 03:02

    Hi,

    It sort of work, but also hide other font which is h2 and h6.

    Another question, how to change the font style of submenu in navigation bar to italic?

    I tried this,

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a {
    font-style:italic
    }

    Doesn’t work.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 22, 2015 at 07:24

    Hello,

    Please use this code in Global Custom CSS.

    .menu .nav-sublist-dropdown ul > li > a{
    font-style: italic;
    }

    Regards,
    Robert Hall.

    Avatar: zouking
    zouking
    Participant
    October 22, 2015 at 07:29

    Hi,

    it’s the same, not italic

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 22, 2015 at 07:54

    Hello,

    Please check now.

    Best regards,
    Jack Richardson.

    Avatar: zouking
    zouking
    Participant
    October 22, 2015 at 08:08

    yes it worked.

    May i know what you did?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 22, 2015 at 08:36

    Hello,

    You inserted the code incorrectly, arrows weren’t recognized, so I re-added the code.

    Best regards,
    Jack Richardson.

    Avatar: zouking
    zouking
    Participant
    October 22, 2015 at 08:46

    oh ok, thanks!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 22, 2015 at 08:49

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Remove title and category from blog post’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.