-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 4, 2016 at 2:58 pm #937729Hi
- Add below code in custom.css (/css/custom.css) file to float main nav in right
.t3-mainnav { float: right; }
- to remove no. please check the suggestion in this thread.
- to change font size add below code in custom.css file and change the font size value
.navbar-default .navbar-nav > li > a { font-size: 12px; }
June 4, 2016 at 4:50 pm #9377561)Add below code in custom.css (/css/custom.css) file to float main nav in right
WHERE CAN I FIND THE "CUSTOM.CSS" FILE? THROUGH FTP? OR JOOMLA BACKEND?
THANKS A LOT.
June 4, 2016 at 5:23 pm #9377592:remove the 1,2 3 ID no on Top-menu
i have replaced the code in Editing file "/css/megamenu.css" in template "ja_charity".
at Joomla backend EXTENTION/TEMPLATES/TEMPLATES/"ja_charity"but nothing changed.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 6, 2016 at 1:21 am #937926Hi
add below code in custom.css file.t3-megamenu > .navbar-nav > li:nth-child(1) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(2) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(3) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(4) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(5) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(6) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(7) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(8) > a:before{ display: none!important; } .t3-megamenu > .navbar-nav > li:nth-child(9) > a:before{ display: none!important; }
/css/custom.css file .
this will remove the no. if there is no custom.css file then create it , clean cache and check .June 6, 2016 at 12:48 pm #938139i have created the custom.css file and added above codes as mentioned. but nothing changed.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 6, 2016 at 3:16 pm #938175Hi
i checked your site , there is no custom.css file in /css folder .
http://www.aglowtaiwan.com/aglow/templates/ja_charity/css/custom.css
its giving 404 error.June 9, 2016 at 3:00 pm #939172i have checked it is there…
http://aglowtaiwan.com/aglow/templates/ja_charity/css/custome.css
can you please check again?
thanks a lot
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 10, 2016 at 1:27 am #939238This reply has been marked as private. -
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by ellie 8 years, 5 months ago.
The topic ‘Algin Top Menu’ is closed to new replies.