Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • titorus Friend
    #656357

    i can?t remove number on the menu, i tried apply this solution
    http://www.joomlart.com/forums/topic/number-on-the-menu/

    but i can?t find directory where remove numbers, i can?t find file custom.css
    my web is http://www.lastunasdehuachipa.com

    please help, thanks.

    TomC Moderator
    #656421

    Look to the following file path —> /templates/ja_charity/local/css/themes/eathisa/megamenu.css

    Beginning at line 365, you will see a series of CSS rules that look like this . . . .


    .t3-megamenu > .navbar-nav > li:nth-child(1) > a::before {
    content: "-1-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(2) > a::before {
    content: "-2-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(3) > a::before {
    content: "-3-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(4) > a::before {
    content: "-4-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(5) > a::before {
    content: "-5-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(6) > a::before {
    content: "-6-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(7) > a::before {
    content: "-7-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(8) > a::before {
    content: "-8-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(9) > a::before {
    content: "-9-";
    }

    Modify each rule to resemble the below example:


    }
    .t3-megamenu > .navbar-nav > li:nth-child(9) > a::before {
    display: none;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

    TomC Moderator
    #744572

    Look to the following file path —> /templates/ja_charity/local/css/themes/eathisa/megamenu.css

    Beginning at line 365, you will see a series of CSS rules that look like this . . . .


    .t3-megamenu > .navbar-nav > li:nth-child(1) > a::before {
    content: "-1-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(2) > a::before {
    content: "-2-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(3) > a::before {
    content: "-3-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(4) > a::before {
    content: "-4-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(5) > a::before {
    content: "-5-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(6) > a::before {
    content: "-6-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(7) > a::before {
    content: "-7-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(8) > a::before {
    content: "-8-";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(9) > a::before {
    content: "-9-";
    }

    Modify each rule to resemble the below example:


    }
    .t3-megamenu > .navbar-nav > li:nth-child(9) > a::before {
    display: none;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Hope That Helps.

    titorus Friend
    #656439

    thanks Tom, works perfect.

    titorus Friend
    #744589

    thanks Tom, works perfect.

    TomC Moderator
    #656440

    <em>@titorus 486143 wrote:</em><blockquote>thanks Tom, works perfect.</blockquote>

    Happy to be of assistance . . . All the best with your continuing site development. 🙂

    TomC Moderator
    #744590

    <em>@titorus 486143 wrote:</em><blockquote>thanks Tom, works perfect.</blockquote>

    Happy to be of assistance . . . All the best with your continuing site development. 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  TomC 9 years, 2 months ago.

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