• Resolved maddy d’oliveira

    (@maddydoliveira)


    Hi, I would like my front page (static page) without a post title. But as it is a ‘class’, I was wondering if I could change it in the html code to style: ‘color: white’;, … I realise it’s not really kosher, but don’t want my postpages to change. Maybe you have another solution?

    For the moment I placed an image-slider on top of the title, … also not really kosher …

    Please help?!

    Maddy

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Maddy,

    Sure, this can be done entirely with CSS like this:

    .home .post-header {
      display: none;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    The “home” class at the beginning of the selector makes sure that the page title is only hidden on the homepage.

Viewing 1 replies (of 1 total)
  • The topic ‘Unlimited’ is closed to new replies.