Removing text from headers

Home Forums Jevelin Theme Removing text from headers

Home Forums Jevelin Theme Removing text from headers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • zapata
    Participant

    Hi,

    How do I remove page names from the header throughout please?

    In the example attached, I’d like to remove ‘Contact’.

    I’ve included current header settings for that page.

    Thanks.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @zapata,

     

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

     

    You can remove it 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

     

    body.page .titlebar-title .titlebar-title-h1 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    zapata
    Participant

    Hi,

    Thanks for the reply.

    Unfortunately, It’s not working for me.

    Have I entered the CCS correctly? See attached.

    Regards,

    Attachments:
    You must be logged in to view attached files.

    Yes it seems you are using the CSS code correctly.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

    zapata
    Participant

    Hi,

    I’ve pasted the code into the ‘Additional CSS’ in the ‘customise’ view and now appears to be working.

    Thanks!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)