Okay
  Public Ticket #3456315
Post Page: How to remove CATEGORY, REPLY BOX + edit spacing above posts
Closed

Comments

  •  2
    aruback started the conversation

    URL > https://www.honeyislandswampband.com/2023/09/11/honey-island-swamp-band-announces-new-studio-album-custom-deluxe-due-out-oct-27th-via-color-red/

    How do I remove the post CATEGORY above the post title as seen here:

    SS1.jpg

    How do I remove the post REPLY section below the post as seen here:

    ss2.jpg

    How do I remove the extra SPACING that is between the header & the post content as seen here:

    SS3.jpg

    Thanks in advance!

    Adam

    Attached files:  SS1.jpg
      ss2.jpg
      SS3.jpg

  •  354
    Pat replied

    Hi Adam,

    1) To remove the category use the following CSS:

    #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:not(:hover){
        display:none;
    }

    add it to salient \ general settings - css script related - custom css code.

    2) To remove the reply section you will need to disable comments by editing the post, enable the discussion section from the screen options button on the top right of the screen. Then deselect allow comments. See attached screenshot of what we mean.

    3) To remove that space use the following CSS:

    body.single-post.material[data-bg-header=true] .container-wrap{
        padding-top:0px !important;
    }
    

    Add it to same location as 1.

    Cheers.

    Attached files:  screen_options.png
      discussion.png

    Salient Theme Support