Forum Replies Created

Viewing 1 replies (of 1 total)
  • Plugin Author rishitheme

    (@rishitheme)

    Hello @grisma,

    The feature to hide the title is not yet available in the theme options currently.

    The feature request has been noted down and added to the product development road-map and will be revisited and addressed in future updates.

    As of now, you can still use some custom CSS codes to hide the title. For this, please go to your WordPress site’s dashboard > Appearance > Customize > WordPress Defaults > Additional CSS and add the following CSS codes.

    .home .page .entry-header .entry-title {
        display: none;
    }

    This should provide a fix for your issue.

    If you have any queries further, please feel free to write here.

    Regards.

Viewing 1 replies (of 1 total)