Removing Title block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16961
    Geauxmuse
    Member

    <Big sigh>
    For the last 2 hours I’ve reviewed all the strings related to my problem on this forum and can not find the answer to “removing the title block on each page.” I don’t see the “Advanced Page Edit” option and I’ve tried several CUSTOM CSS codes to no avail. Please help.

    I want to remove the “CONTACT US” header block.
    http://68.71.129.210/~candctre/index.php/contact-us/

    #16968
    Veena
    Moderator

    Advanced Entry Option is available only in our latest themes.
    Here you need to add custom CSS, You can add the below custom CSS in themeoptions –

    .page-id-27 #title-area {
        display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.