Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #84944
    Nancy
    Participant

    I just bought Full frame pro and I thought I would manage the menu on the right site of the header.
    I want another icon for that menu, my own icon/logo. Is that possible?
    And how to arrange that?

    Or can I just remove this menu? So it also not showing up beneath the header.

    I’m a newby and my English is not so good, sorry for that.

    #84949
    Mahesh
    Participant

    Hi @Nancy,

    Thank you for using Full Frame Pro.

    For first option, you have to do some customization. First create a child theme. You can find more about creating child theme here. Then override “fullframe_primary_menu” function from child theme.

    For second option, it is quite easy one, just have to make some changes in settings. Go to “Dashboard=> Appearance=> Customize=> Theme Options
    => Fixed Header Top Options” then check on Check to disable Header Toggle and Check to disable Header Right Sidebar. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Site Identity” and check on Display Header Text then check on Check to disable logo. It will remove the right toggle button and the menu below the header.

    Regards,
    Mahesh

    #84950
    Nancy
    Participant

    Thank you so much. This was great!

    I have another (hopefully last question)…
    I have static homepage, but in the text he shows the title “home’. Can I remove this title on the static page so it only shows up in the menu?

    #84953
    Mahesh
    Participant

    Hi @Nancy,

    This can be fixed with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .home #main .entry-container .entry-header {
        display: none;
    }

    .
    This will hide the home title from the static page.

    Regards,
    Mahesh

    #84955
    Nancy
    Participant

    You’re so helpfull, thank you!

    #84961
    Nancy
    Participant

    Hi Mahesh,

    How do I delete the title of every page?

    #84997
    Mahesh
    Participant

    Hi @Nancy,

    For removing title of every page, use the following CSS.

    .page #main .entry-container .entry-header {
        display: none;
    }

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header menu’ is closed to new replies.