How do I remove the word "Blog" from the page?

Home Forums Gillion Theme How do I remove the word "Blog" from the page?

Home Forums Gillion Theme How do I remove the word "Blog" from the page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • beaujapan
    Participant

    See the upper left of the attached screenshot, please. It appears on every article page.

    • This topic was modified 4 years, 11 months ago by beaujapan.
    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    HI @beaujapan,

     

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

     

    You can remove it from blog post pages 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

     

    .single-post .titlebar-title h2 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    beaujapan
    Participant

    Thanks! It worked!

    You are most welcome here 🙂

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