• Resolved vickyrose

    (@vickyrose)


    I am trying desperately to remove the title and line beneath it on ONLY ONE PAGE of my site. I can successfully delete the title and line on ALL of my pages using

    .entry-header {
    display: none !important;
    }

    And I have tried using this code to change only one page

    .page-id-377.entry-header {
    display: none !important;
    }

    as well as

    #page-id-377.entry-header {
    display: none !important;
    }

    And nothing has worked. Also, I’d love to get rid of the gray bar across the bottom that promotes wordpress. If someone could help me with this, it would be great! I am using the theme Harmonic. Here is my website link:
    https://plausibledeniabilitydesigns.com/

Viewing 16 replies (of 16 total)
  • Thread Starter vickyrose

    (@vickyrose)

    Sweet victory!! Thank you so much, that solved my problem. I very much appreciate the time you spent helping me.

Viewing 16 replies (of 16 total)
  • The topic ‘Removing Line on a Single Page & Removing Footer’ is closed to new replies.