• Resolved b72rsr

    (@b72rsr)


    Hi!

    I am working with this theme, but the menu disappears when scrolls down and the letters become white. here is the link:

    https://romanvilla.net

    Also when I open the site takes time to display the images, any suggestion?

    thanks a lot for your help!! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author NimbusThemes

    (@nimbusthemes)

    The theme looks like it has been modified to add a new section? I am not sure about the changes you guys made in the code to accomplish this. I would suggest taking out the new code and checking if the top menu comes back and then work from there.

    Thread Starter b72rsr

    (@b72rsr)

    I didn’t touch the code at all. Please help me!

    hi
    nav#menu_row {
    position: fixed;
    background: #e7e7e7!important;
    }
    nav#menu_row a {
    color: #333!important;
    }

    try this…

    Theme Author NimbusThemes

    (@nimbusthemes)

    Please make sure that the menu is assigned to the primary menu location.

    Thread Starter b72rsr

    (@b72rsr)

    Thank you so much Arunmilky!! now the color is fixed!!

    The menu is assigned to the primary menu location but still doesn’t move.

    try this…

    #menu_row {
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #e7e7e7!important;
    height: 80px;
    }
    #menu_row a {
    padding: 30px;
    }

    Thread Starter b72rsr

    (@b72rsr)

    Arunmilky thank you so so much!! its perfect!! ??

    Theme Author NimbusThemes

    (@nimbusthemes)

    marking as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Menu disaappears’ is closed to new replies.