Sub-Menu Not Working Themeco X

I am using Themeco X version 6.5.6 and want to use submenus on my Main navigation menu. The menu behavior is behaving correctly by showing a drop-down action, but no text. If you click on the menu space where the text would be located then you arrive at the correct site page. Please advise. My submenu is located under “Services” at the following URL: https://paradyneqa.wpengine.com

Thank you.

Hello William,

Thanks for writing in!

Please add following CSS under Pro > Theme Options > CSS:

.desktop .sub-menu a {
    color: #31353d !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you. Your suggestion worked and my sub-menu is now working. I added some additional CSS to make the menu stand out a little. Thanks again.

.desktop .sub-menu a {
color: #ffffff !important;
background-color: #31353d;
margin-left: -1px;
border: 1px solid #010101;
}

You’re welcome, William.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.