- This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Education Hub › Page Titles
Tagged: Page title
Hi
I have 2 questions to you
1-How can i remove page titles from header of page.
You can see on image.
2-How can i change menu color for opened pages.I changed hover color but color for active pages not changing.
Thanks before.
i.imgsafe.org/e39570bf68.png
Hello,
Your queries have been answered below,
1-How can i remove page titles from header of page.
You can see on image.
To remove the page title please go to
Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options
h1.entry-title {
display: none;
}
2-How can i change menu color for opened pages.I changed hover color but color for active pages not changing.
To change the active and the hove color, on the same place add the below given CSS
.main-navigation li a:hover, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
background: #00b9eb;
color: #fff;
}
Hope it helps.
Best regards.
Thanks a lot.
You are great.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |