Remove Page Title

Home Forums Jevelin Theme Remove Page Title

Home Forums Jevelin Theme Remove Page Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • heirway
    Participant

    How do I set the page title so it does not display? I want to create a graphic for each of my page titles and do not want the Page Title text to appear.

    Hi @heirway,

     

    I hope you are well today and thank you for your question.

     

    You can either remove entire titlebar from theme settings as shown in the attached screenshot or you can remove just page titles by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .titlebar-title h2 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)