-
AuthorPosts
-
August 5, 2015 at 5:25 pm #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.complease help, thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 5, 2015 at 5:32 pm #656421Look 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.
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 5, 2015 at 5:32 pm #744572Look 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.
1 user says Thank You to TomC for this useful post
August 5, 2015 at 9:14 pm #656439thanks Tom, works perfect.
August 5, 2015 at 9:14 pm #744589thanks Tom, works perfect.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by TomC 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum