Home Forums Basel support forum Disable page title blog detail

Disable page title blog detail

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

    luvalo
    Participant

    Hello,
    I want to hide the page title of blog detail (only blog detail). Where to configure it, Thank you!

    #30624

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .single-post .page-title {
    	display: none;
    }

    Regards

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