How do I remove page titles in Swiftray. Have tried .page-heading h1{ display:none; } and variations of this, as per your instructions to others, but it is not working. Thanks. Erin
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1.page_title { display: none; } This will solve your issue. Thanks & Regards Gourav Shrivastava