Home › Forums › Minimal Portfolio – Free Portfolio Theme › How to stop the title from displaying twice? › Reply To: How to stop the title from displaying twice?
January 24, 2019 at 4:23 am
#2781
Abileweb
Keymaster
.page-header .page-title{
display: none;
}
you can disable title by css code. add this code in your theme’s style.css file.