Your account expired support, please renew to get your support.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #9651
    Newkeys
    Support Expired

    Hello,

    I search to fix a problem with the menu.
    On the home page, i have a menu full width, but when i go an another page of the theme, the menu have a space on the left, i think is a place for vertical menu “departement”.

    How to replace the space by full width ?

    • This topic was modified 2 years, 11 months ago by Billy Nguyen.
    #9654

    Hi there,

    Yes, that is the display part of the vertical departement menu.

    To remove this menu you need to rewrite the header file.

    Please send Admin web account for me, I will check and try to help you.

    #9904
    Newkeys
    Support Expired

    Ok, maybe i keep it.
    So, by error i have deleted this menu, have you got the sql line to insert it again (same demo) ?

    #9914

    Hi,

    I added this menu into Vertical menu, to add content, please follow guide at https://wpdocs.gitbook.io/freshio/menu-settings/mega-menu

    #9981
    Newkeys
    Support Expired

    Hi

    Where can i change the color of the horizontal menu ? I don’t find in the option, it’s in css ?

    #9983
    Newkeys
    Support Expired

    I have find it, i have insert that:

    .header-2 .header-bottom {
        background-color: #574a44 !important;

    But, i search now to change the link color hover in the menu, just in the menu.

    #9985

    I added css custom on file style.css, please recheck:

    .main-navigation ul.menu > li.menu-item:hover > a{
        color: #83af19 !important;
    }

    You can edit by your color;

    #10006
    Newkeys
    Support Expired

    I have already try that, but it’s change the background menu color, i would like just the link hover on the title.

    #10045

    I checked this menu and it works normally: https://prnt.sc/13bx91s

    Please recheck and let me know if you need to help.

    #10103
    Newkeys
    Support Expired

    It’s ok, i think it’s with the cache.
    Perfect.

    #10105
    Newkeys
    Support Expired

    Finaly no good 🙂
    If you are in a category, the link active is brown same color of topbar

    #10119

    Ok, I fixed this issue, please recheck.

    #10173
    Newkeys
    Support Expired

    Can you send me the fix please because i have move the website on another server.

    #10185

    Please check file style.css, I added css into this file:

    .main-navigation ul.menu > li.menu-item:hover > a,
    .header-navigation-background .main-navigation ul.menu > li.menu-item:hover > a, .header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-item > a{
        color: #83af19 !important;
    }
Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.