Viewing 3 replies - 1 through 3 (of 3 total)
  • Whenever you post a question, please include a link to your site, it makes it easier to see what is wrong or to suggest solutions. Otherwise, I would have to install the theme myself.

    I assume you have a static page for your home page and not a blog? You can try adding this CSS to your child theme’s style.css file:

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

    This should only affect the page title on your home page.

    Thread Starter adv4

    (@adv4)

    Hi,

    It css don′t work. My child theme is https://www.adv4sense.com/Ikno/

    First of all, you do not need to copy the entire parent theme’s CSS into your child theme’s style.css file. The line towards the top of the child theme’s CSS file that looks like this:

    @import url("../baskerville/style.css");

    automatically brings in the parent theme’s CSS.

    Second, I don’t see the CSS that I suggested above in your child theme’s style.css file. Did you put it in there?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove page title only in homepage’ is closed to new replies.