-
AuthorPosts
-
italpascal Friend
italpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
May 22, 2015 at 4:26 pm #206557jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 22, 2015 at 4:49 pm #571490Hi there
Please check it in your backend – Menu .Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 22, 2015 at 4:49 pm #736537Hi there
Please check it in your backend – Menu .Thank you,
Viet Vukelvinsn Friendkelvinsn
- Join date:
- March 2012
- Posts:
- 21
- Downloads:
- 121
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 23, 2015 at 8:05 pm #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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 23, 2015 at 8:50 pm #571573Hi 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 Vuitalpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
May 24, 2015 at 12:33 pm #571580OK 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: “”;
}1 user says Thank You to italpascal for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
May 24, 2015 at 12:33 pm #571581You are welcome
Thank you,
Viet VuJune 8, 2015 at 1:19 pm #573310remove 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-“;
}June 8, 2015 at 1:19 pm #738338remove 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 9, 2015 at 6:03 am #573398Hi there
Please do not touch into assets or you’ll lost your modified .Thank you,
Viet VuJune 13, 2015 at 6:26 pm #573907Sorry can say how to get to the directory ?
June 13, 2015 at 6:26 pm #738921Sorry can say how to get to the directory ?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 13, 2015 at 6:41 pm #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 Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 13, 2015 at 6:41 pm #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 VuJune 13, 2015 at 6:44 pm #573911I just want to know what the directory to remove menu numbers
AuthorPostsThis topic contains 22 replies, has 5 voices, and was last updated by retosinfo 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum