Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #937729

    Hi

    1. Add below code in custom.css (/css/custom.css) file to float main nav in right
      .t3-mainnav {
      float: right;
      }
    2. to remove no. please check the suggestion in this thread.
    3. 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;
      }
    ellie Friend
    #937756

    1)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.

    ellie Friend
    #937759

    2: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 Moderator
    #937926

    Hi
    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 .

    ellie Friend
    #938139

    i have created the custom.css file and added above codes as mentioned. but nothing changed.

    Pankaj Sharma Moderator
    #938175

    Hi
    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.

    ellie Friend
    #939172

    i 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 Moderator
    #939238
    This reply has been marked as private.
    ellie Friend
    #939628

    it is fixed , thanks

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

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.