Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #841624

    Hi there Enfold team!

    I would like to request assistance for these two issues please.

    Mega Menu images:

    Can you please help me figure out why the inner images are smaller than the outer ones? I tried to reduce the image dimensions so they fit within the column to no avail. Do we need to adjust margins or something?

    https://taedemo.arcawebsolutions.com/wp-content/uploads/2017/08/2017-08-20_14-28-09.png
    https://taedemo.arcawebsolutions.com/wp-content/uploads/2017/08/2017-08-20_14-49-46.png

    Widget area custom menu:

    I created a custom widget and added a custom menu inside. How do I change the hover color?

    https://taedemo.arcawebsolutions.com/wp-content/uploads/2017/08/2017-08-20_14-59-16.png

    I created login details for you in case you need to go in and make adjustments. Thank you so much!

    #842858

    Hey hackoffseries,

    Thank you for using Enfold.

    I would like to access the site but the login credentials are not working.

    1-2.) It’s probably because of the the inner columns’ margin/padding property. Please adjust the values if you’re familiar with css. Or post the correct login details so that we can inspect it.

    Best regards,
    Ismael

    #843988

    Thank you for the response Ismael!

    I fixed the password. You can log in now.

    Also, can you help me figure out my second question:

    Widget area custom menu:

    I created a custom widget and added a custom menu inside. How do I change the hover color?

    https://taedemo.arcawebsolutions.com/wp-content/uploads/2017/08/2017-08-20_14-59-16.png

    Thank you so much!

    #844301

    Hi,

    I checked the menu items and you’re using the columns as an actual menu item. Please note that the new menu script will not render empty mega menu columns. They have to contain a sub menu item. Move the image on a sub menu item under the columns. We modified the first column in the “About” menu as an example and added the following css code to fix the gaps.

    #top #header .avia_mega_div > .sub-menu > li > ul li .avia-bullet {
        display: none;
    }
    
    #header .avia_mega_div .units {
        padding: 0 14px 0 0;
        margin: 0;
    }
    
    #header .avia_mega_div .units:last-child {
        padding: 10px 0 0 14px!important;
        left: -5px !important;
    }

    I can’t find the widget though.

    Best regards,
    Ismael

    #845380

    Thank you Ismael! It works perfectly!

    For the widget, it is located at the bottom of the home page, third column from left.

    https://taedemo.arcawebsolutions.com/wp-content/uploads/2017/08/2017-08-29_22-50-17.jpg

    It is the “Find Out More” widget that contains a custom menu named “Find Out More” as well. I’d like to change the hover color for this from the current white to orange, I am not sure this can be performed in the general styling section.

    Thank you!

    • This reply was modified 7 years, 3 months ago by Archie.
    #845674

    Hi,

    Thank you for the update. Change the hover color with the following css code.

    #top .content .flex_column .widget_nav_menu li a:hover, #top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
        background-color: red;
    }

    Best regards,
    Ismael

    #847691

    Thank you very much Ismael! It works perfectly!

    The Enfold Support Team rocks!

    #847965

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #851587

    Thank you Rikard and Ismael, we can close this thread now!

    • This reply was modified 7 years, 2 months ago by Archie.
    #851871

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mega menu image dimension and custom menu hover color’ is closed to new replies.