Header navigation and logo links & functionality stopped working

Hello,

On a client site, the logo and navigation stopped working. This has functioned fine for years and in the past two days, the link code for the logo and the navigation is no longer working. In the source code, the logo image files isn’t showing and the menu links aren’t showing either.

Site: https://www.dyventive.com/

Thank you.

Hello @snyderonlinemarketing,

Thanks for writing to us.

I checked your given site URL. It seems that is a blank paragraph tag in rendering on the top bar content area because of that the Logo and Header menu items are not clickable. Please have a look at the given screenshot below.

I would suggest you go to the X—>Theme Option —>Header–>Topbar Content and remove the extra blank “P” tag.
Theme-Options-Pro (2)

OR

For the quick fix you can use this custom CSS code under X—>Theme Option—>CSS

.x-topbar-inner p:nth-child(3) {
    display: none;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

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