Thank you rdellconsulting
have been looking at around and been using the code that deputy05 provide me
.home .tc-header .brand .site-title { display: none; }
.home .navbar .site-description { display: none; }
I have removed the page Title and tagline in the HOME page
https://www.saribumbuindonesia.com
But the page title and tagline are still there for other pages
https://www.saribumbuindonesia.com/?page_id=2
I tried the following codes swell in the snippets
/* Remove Page Icon/Title */
.page .entry-title.format-icon {
display: none;
}
/* Remove Post Icon/Title */
.post .entry-title.format-icon {
display: none;
}
Doesn’t do the jobs as well ??
Any help will be appreciated