Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • italpascal Friend
    #206557

    how can I delete the number on the menu?
    Thanks


    1. Number-on-the-menu
    jooservices Friend
    #571490

    Hi there
    Please check it in your backend – Menu .

    Thank you,
    Viet Vu

    jooservices Friend
    #736537

    Hi there
    Please check it in your backend – Menu .

    Thank you,
    Viet Vu

    kelvinsn Friend
    #571571

    <em>@jooservices 474591 wrote:</em><blockquote>Hi there
    Please check it in your backend – Menu .

    Thank you,
    Viet Vu</blockquote>

    Hi i’m also trying to remove but i cannot see this option can you please show me how to get to that option,

    THANKS

    jooservices Friend
    #571573

    Hi there
    Sorry i have misunderstood your issue.
    About number on top of menu text. It’s css part.

    For example

    .t3-megamenu > .navbar-nav > li:nth-child(1) > a:before {
    content: "-1-";
    }

    You can apply your custom.css with content: “”

    Thank you,
    Viet Vu

    italpascal Friend
    #571580

    OK thank you very much 🙂

    OK, but I had resolved to copy the menu number.
    I have 5 menu items, and then :

    .t3-megamenu > .navbar-nav > li:nth-child(1) > a:before {
    content: “”;
    }
    .t3-megamenu > .navbar-nav > li:nth-child(2) > a:before {
    content: “”;
    }
    .t3-megamenu > .navbar-nav > li:nth-child(3) > a:before {
    content: “”;
    }
    .t3-megamenu > .navbar-nav > li:nth-child(4) > a:before {
    content: “”;
    }
    .t3-megamenu > .navbar-nav > li:nth-child(5) > a:before {
    content: “”;
    }

    jooservices Friend
    #571581

    You are welcome

    Thank you,
    Viet Vu

    johnyk Friend
    #573310

    remove the css from t3-assets/dev/templates.ja_charity.less.megamenu.less.css

    *.t3-megamenu > .navbar-nav > li > a:before {
    color: #000000
    font-size: 14px;
    margin-top: 3px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    content: “-1-“;
    }
    .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-“;
    }

    johnyk Friend
    #738338

    remove the css from t3-assets/dev/templates.ja_charity.less.megamenu.less.css

    *.t3-megamenu > .navbar-nav > li > a:before {
    color: #000000
    font-size: 14px;
    margin-top: 3px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    content: “-1-“;
    }
    .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-“;
    }

    jooservices Friend
    #573398

    Hi there
    Please do not touch into assets or you’ll lost your modified .

    Thank you,
    Viet Vu

    retosinfo Friend
    #573907

    Sorry can say how to get to the directory ?

    retosinfo Friend
    #738921

    Sorry can say how to get to the directory ?

    jooservices Friend
    #573909

    <em>@diaz 477943 wrote:</em><blockquote>Sorry can say how to get to the directory ?</blockquote>
    Hi there
    Please clearly your issue. And please create new topic with issue detail.

    Thank you,
    Viet Vu

    jooservices Friend
    #738923

    <em>@diaz 477943 wrote:</em><blockquote>Sorry can say how to get to the directory ?</blockquote>
    Hi there
    Please clearly your issue. And please create new topic with issue detail.

    Thank you,
    Viet Vu

    retosinfo Friend
    #573911

    I just want to know what the directory to remove menu numbers

Viewing 15 posts - 1 through 15 (of 22 total)

This topic contains 22 replies, has 5 voices, and was last updated by  retosinfo 8 years, 11 months ago.

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