Home Forums Free Themes Education Hub Page Titles

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14173
    imguler
    Participant

    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.
    Page title and nav menu color

    i.imgsafe.org/e39570bf68.png

    #14202
    wensolutions
    Keymaster

    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.

    #14222
    imguler
    Participant

    Thanks a lot.
    You are great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.