• Sorry for my bad english ??

    I have a problem in the blog section of my site. The title of the post is repeated as the page title! Why does this happen?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, mincu

    Paste the below CSS in your theme’s custom CSS box:

    /*Dublicate post title hide*/
    .qua_post_title_wrapper h2{
    	display: none;
    }
    
    .qua_page_heading{
    	margin: 0 auto 21px;	
    }
    /*Dublicate post title hide*/

    Let me know did it work!

    Thanks

    Thread Starter mincu

    (@mincu)

    Hello! Unfortunately not good. The titles are no longer repeated. The name of the page, however, should be “News” instead takes its name from the first article!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate Title’ is closed to new replies.