Okay
  Public Ticket #3496493
make blog articles title and category disappear
Closed

Comments

  •  9
    bumbino started the conversation

    hi, 

    I would like to make the title and categories disapear from my article header on both desktop and mobile versions of my website. 

    I tried all the options available and none of them suit me and the layout I want. 
    (removing test article + graphisme)

    My website is underconstruction, so I added a screenshot of what I mean. 
    Thank you, 

    Élyse

    Attached files:  Screenshot 2023-10-11 at 1.35.49 PM.png

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single-post #page-header-wrap {
      display: none;
    }
    

    Thanks,

  •  9
    bumbino replied

    hi, thank you for the fast reply, I added the code to my css but I don't see any changes. I cleared my caches but nothing is changed. There's no red cross in the css either.

    * I played with the settings in the blog header section and it works now. 

    Thank you! 

    Élyse

    Attached files:  Screenshot 2023-10-11 at 1.55.33 PM.png

  •  8,839
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •  9
    bumbino replied

    I managed to get it to work thank you :)