Removing Header (title) from each page.
-
Hello,
Site: copfeed.com
Im using this code in the advanced section of the theme to remove page headers (titles) and it is not working..
/* Remove Page Title */ .page-header { display: none;
Here is all the code that I have in the advanced section:
/* Home Icon Menu Background Color */ .home-iconmenu .home-icon-item, .home-iconmenu a { background-color: #1e73be; } /* Remove Page Title */ .page-header { display: none; } .topbarmenu ul li a { font-size: 13px; } @media (min-width: 1200px) { .topbar_social ul { float: right; } .kad-topbar-left { width: 70%; } .kad-topbar-right { width: 30%; } } @media (min-width: 992px) { .topbar_social ul { float: right; } .kad-topbar-left { width: 80%; } .kad-topbar-right { width: 20%; } }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Removing Header (title) from each page.’ is closed to new replies.