Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • promulgate Friend
    #197555

    Hello – I would like to be able to hide my default ‘home’ link on the main menu.

    Is there a method to do this in Purity 3?

    I have adding a class to the link but no luck:

    a.test123 {
    display: none;
    }

    Assistance would be much appreciated.

    chavan Friend
    #534418

    can you please post your site Url

    chavan Friend
    #534584

    Go to this File: /templates/purity_iii/css/custom.css

    Add this code

    .t3-navbar li:first-child {
    display: none !important;
    }

    .t3-navbar li li:first-child {
    display: block !important;
    }

    .t3-navbar-collapse li:first-child {
    display: none !important;
    }

    .t3-navbar-collapse li li:first-child {
    display: block !important;
    }

    promulgate Friend
    #534779

    Thank you this works

    <em>@Chavan 426548 wrote:</em><blockquote>Go to this File: /templates/purity_iii/css/custom.css

    Add this code

    .t3-navbar li:first-child {
    display: none !important;
    }

    .t3-navbar li li:first-child {
    display: block !important;
    }

    .t3-navbar-collapse li:first-child {
    display: none !important;
    }

    .t3-navbar-collapse li li:first-child {
    display: block !important;
    }

    </blockquote>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  promulgate 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum