Home Forums Aside WordPress Theme Remove post title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11611
    jsmexpo
    Participant
    Purchased
    Expired

    Hi there! First of all – thank you for keeping support alive.
    I am sure it was asked, but I probably can’t use search properly..
    I can’t find a way to remove post title from the top of the page. Here for example http://jsmexpo.ru/mitt-travel-and-tourism/
    The obvious solution is to create a page instead of post – title is easy to turn off there, but I need it to have it categorized to show in the “carousel” – so it has to be a post.
    I am looking forward..
    Happy new year guys!
    Valeriy

    #11612
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, thank you for purchasing our theme.

    You could use custom css(Aside / General Settings / Custom Css).

    If you hide all posts’ title, the custom css is

    body.single #title-bar { 
        display: none;
    }

    If you want to hide the posts in a category(like trade_shows), the custom css is

    .category-trade_shows  #title-bar { 
        display: none;
    }

    fw: the trade_shows is the category’s slug name.

    Happy New Year~!

    Bwsm

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.