Home Forums WoodMart support forum Blog title

Blog title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #547490

    Pindorama
    Participant

    Hi, is it possible to hide the word “blog” from the page title while keeping the background image? Thanks

    #547614

    Hung Pham
    Participant

    Hi Pindorama,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    body.blog h1.title{
    	display: none;
    }

    Regards,

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