Customizr: hide title on all pages not working
-
WordPress: Version 4.2
Customizr: Version 3.3.20
Site: giantfox.comGoals:
1. Site Title: hide
Page Titles: hide
Post Tiles: display2. Search engine search results should display in the format:
Site Title | Tagline for main site landing page
Page Title | Tagline for all pages
Post Title | Tagline for all postsISSUE
I can’t hide the site/page titles under my logo. I do want to display the Tagline in the upper right corner of all pages.What I have tried in child theme’s style.css from searching other posts to see any type of change at all, not seeing any changes:
1. .page .entry-title.format-icon {
display: none;
}2. .page-id-12 .entry-title.format-icon {
display: none;}3. .page .site-title {
display: none;
}3. .page .entry-title {
display: none;
}4. .page .entry-header {
display: none;
}5. .blog .site-title {
display: none;
}6. Cleared cache & disabled cache plugins
7. I made some other changes to .carousel-caption to make sure my child themes changes are being picked up successfully and everything looks ok
8. Add css changes to: WordPress Dashboard > Appearance > Customize > Advanced Options > Custom CSSSetup Performed
1. A child theme has been setup.
2. Site Title & Tagline have been setup at:
Wordpress Dashboard > Appearance > Customize > Global Settings > Site Title & Tagline
3. Logo has been setup at:
Wordpress Dashboard > Appearance > Customize > Global Settings > Logo & Favicon
- The topic ‘Customizr: hide title on all pages not working’ is closed to new replies.