• Resolved peachtree123

    (@peachtree123)


    need to remeove the priary menu which says navigate. please helpp im unable to hide it. also is it possible to get company name on the colored part rather than the white area

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @peachtree123,

    To remove the navigation text, please add the below code to Admin Dashboard > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 1024px) {
        #primary-toggle-button {
            font-size: 0;
            text-align: left;
        }
        .header-layout-two .header-b #primary-toggle-button {
            margin-right: 80px;
        }
        #primary-toggle-button svg {
            font-size: initial;
            margin-right: 0;
        }
        .main-navigation .close {
            right: 130px;
        }
    }

    To show the company name on the color part can you please activate our theme on your site? So that we can inspect and provide you the necessary CSS code.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Not able to remove the primary menu’ is closed to new replies.