Cannot get one page links to work

Ok that’s now done, it seems the buttons now work for services but i need to fix the buttons for about and contact. Also the images are not displaying.

Actually to be more precise the sub buttons work the main ones don’t

I now have the images fixed, just need to fix the main menu links and footer color

I cannot find how to fix color of footer or main nav menu buttons

Hi @marcelcroy,

To fix your footer background color, please add the CSS code below.

.x-colophon.bottom {
  border-top: 1px solid #000;
    background-color: #121212;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.075);
} 

Regarding the main menu link, I found out that the section doesn’t have the ID that’s why it is not linking to the proper section since you are using WP Bakery Page Builder, just edit the homepage and add the ID to the section the same ID you have in your menus, I fixed your about menu, please apply the changes to your other menus.


Hope that helps.

Please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer.

Thank you.

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