2 question

hi first question there is a pink area on the bottom of the main content just above the footer. where does it come from and how can i control it or its color or height.

second question i would like to add anchors on this page and connect them to the main menu, but it doesnt seem to work for me with the navigation as it is on the right side. is there a way to have some of the menu items scroll like a one pager and the blog going to a new page? if yes please help.

attached screen shoot

Hi @caspiton,

Thanks for posting in.

It’s coming from your customizer setting, but if you wish to override it. Please add this CSS to your global custom CSS with your preferred color.

.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon {
    background-color: #000 !important;
}

As for the one-page navigation, please check this KB https://theme.co/apex/forum/t/features-how-to-setup-one-page-navigation/96. There are no links and no one-page navigation, starting with that KB is recommended.

Thanks.

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