Okay
  Public Ticket #1750517
Remove category indicator from blog item
Closed

Comments

  •  1
    Carlos started the conversation

    Hi i'd like to remove the category text over the title on the blog post.

  •  1
    Carlos replied

    Also, formatted text is not taking effect on blog posts

  •  8,997
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  1
    Carlos replied

    Https://creen.es/noticias

    Click on the first post. There is some bold text which is not taking effect. Also you'll see the category indicator I want to remove.

  •  1
    Carlos replied

    Sorry the link is https://crezen.es/noticias

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .meta-category {
        display: none !important;
    }
    .bold, strong, b {
        font-family: Open Sans;
        font-weight: 900 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Carlos replied

    Thanks!

  •  1
    Carlos replied

    I would also like to remove the category indicator from the home page news snippet (https://crezen.es at the end of the page or refer to attached image).

  •  8,997
    Tahir replied

    Seems like you got it removed: http://prntscr.com/l7nkn0 .


    ThemeNectar Support Team 

  •  1
    Carlos replied

    yes, thanks

  •  2
    Mira replied

    Hello, Tahir

    I also hid the name of the category. also hid comments on blog post. but there is a white box at the bottom of the comment box. How can it be removed completely?

    https://youbuh.com/ip-na-usn-kogda-platit-1

  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    article.post .content-inner {
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
    .row {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Mira replied

    Hello

    The white field has decreased, but still remains.
    Can look here

    https://youbuh.com/izmeneniya-kbk-po-vznosam-2017


  •  8,997
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single #single-below-header >span {
        border-left: none !important;
    }

    Thanks


    ThemeNectar Support Team