Hi how to disable content bar ? ( page name displaying on page top area(content-bar), i would like to remove it ,page title already appears on container_24 )
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_heading_container{ display:none; }
now removed content bar ,actually I want to remove page header from the page (removing page title on page.. disable appearing page title on top of the page)
Hello, Could you please explain your problem with the help of screenshot, what you want to remove and also share the link of your website, so that we can give you the exact solution.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1.page-title, .contact-page h2, h1.page-title-gall{ display:none; }