Site logo

Archived topic

disabling "home" button

1 reply · Started by Ruth on July 29, 2021

Viewing posts 1–2 of 2

Hi - wondering if it is possible to disable the "home" menu option on the home page of this site https://staging.bikettf.org/

Hi there,

add this CSS to your site:

.home .main-navigation li.current_page_item {
    display: none;
}
This archived topic is closed to new replies.