Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi Kelsey,
    Do you have a section of the dashboard named, “Custom CSS” or “Edit CSS”?

    Thread Starter mega.ice.cream

    (@dalyproof)

    Doesn’t look like it. I’ve been using the ‘Editor’ option under Appearance to change things thus far. Quite frankly, I’m very new to CSS (as you can see).

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s a lot easier to keep track of your CSS changes if you use a plugin that facilitates Custom CSS, such as this Custom CSS Manager plugin.

    Use its section of the dashboard to hold this CSS:

    .page-id-301 .entry-header {
     display: none;
    }
    
    .page-id-301 #main,
    .scrollgallery .scrollGalleryHead,
    .scrollgallery .thumbarea {
     padding-top: 0;
    }
    
    .scrollgallery .scrollGalleryHead {
     margin-top: 0;
    }

    Thread Starter mega.ice.cream

    (@dalyproof)

    Thanks so much, Andrew! The CSS worked like a charm, and I’m sure the Custom CSS Manger will come in very very handy. Thanks for the solid beginner advice.

    Thread Starter mega.ice.cream

    (@dalyproof)

    Ah yes, am now seeing ‘page ids,’ and using this technique to clean up others pagers as well. Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Title Padding on Static Page’ is closed to new replies.