• Resolved jforgey

    (@jforgey)


    Here is the site I’m working on:

    https://forgeysarabia.com/

    I’m using a plugin to allow me to toggle between displaying or hiding my page title. But when I hide the title (as I did in my site linked above) the space/row where the title is supposed to be still appears on my website. So essentially I traded the title for white space. Is there any way to remove the row? Is there a better option?

    Thanks for any help you can give!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Some custom CSS will hide that blank area on your homepage:

    .home .hero.without-featured-image {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Thread Starter jforgey

    (@jforgey)

    It worked great, thanks! I activated Jetpack and used the custom CSS as you stated.

    Moderator Kathryn Presner

    (@zoonini)

    Perfect! Glad that worked for you. I’ll mark this thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing row where title appears’ is closed to new replies.