Viewing 3 replies - 1 through 3 (of 3 total)
  • Even though your theme name has ‘child’ in it, it appears that you are not using a child theme. You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme style.css:

    .home .entry-title { display: none; }
    Thread Starter valgal22

    (@valgal22)

    Thank you, that code in my css worked perfectly!

    I thought I did create a child theme. What indicates to you that I did not create a child theme?

    The first part of the style.css for a child theme looks like this:

    /*
    Theme Name: My Child Theme Name
    Theme URI:
    Description: Child of Parent Theme Name
    Version: 1.0
    Author: The Author
    Author URI:
    Template: parentname
    */
    @import url("../parentname/style.css");

    It has the name of the parent theme in the ‘Template:’ line, and imports the parent’s style.css.

    The style.css I see on your site does neither.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deleting "home" link on static home page’ is closed to new replies.