Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello shubhtex,

    Add below css into your current theme’s style.css file located wp-content/themes/your_current_theme/ folder.


    .entry-title {
    display: none;
    }

    Hope this will helps you.

    Thread Starter shubhtex

    (@shubhtex)

    Hello Saurabh,

    It works!
    You are awesome, thanks

    Sanket

    Hello,

    Custom CSS code that was added to main stylesheet will be lost after theme update.

    Please consider adding CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up), or directly in style.css file of a child theme.

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘page title’ is closed to new replies.