Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #575203

    I’m sorry but that would require lot of customization and I am afraid we wont be able to help you out as JA support scope covers only bug fixing and demo site alike display.

    You may want to hire a developer to get it done.

    Regards

    phoenix28 Friend
    #575218

    oh okay.. even per menu item i won’t be able to do?

    how about the spacing in between menu items? what style can i use?

    thank you

    Ninja Lead Moderator
    #575303

    You can add below script into custom.css file


    .t3-footnav .t3-module ul.nav-pills .dropdown-menu li > a {
    padding: 0px;
    }

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px;
    }

    and change the red color code if you want.

    Ninja Lead Moderator
    #641633

    You can add below script into custom.css file


    .t3-footnav .t3-module ul.nav-pills .dropdown-menu li > a {
    padding: 0px;
    }

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px;
    }

    and change the red color code if you want.

    Ninja Lead Moderator
    #740295

    You can add below script into custom.css file


    .t3-footnav .t3-module ul.nav-pills .dropdown-menu li > a {
    padding: 0px;
    }

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px;
    }

    and change the red color code if you want.

    phoenix28 Friend
    #575336

    worked nicely! thank you! 🙂

    phoenix28 Friend
    #641666

    worked nicely! thank you! 🙂

    phoenix28 Friend
    #740328

    worked nicely! thank you! 🙂

    phoenix28 Friend
    #575404

    hi Ninja Lead, i just notice though. on hover my menu items, there’s a red line appearing as seen below. how can i remove it? thanks! 🙂


    1. Untitled-1
    Ninja Lead Moderator
    #575422

    Here you are

    Open custom.css file

    find and change

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px !important;
    }

    to

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px !important;
    border-top: 0px solid transparent;
    }

    phoenix28 Friend
    #575453

    <em>@Ninja Lead 479958 wrote:</em><blockquote>Here you are

    Open custom.css file

    find and change

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px !important;
    }

    to

    .t3-footnav .t3-module ul.nav-pills > li > a {
    padding: 0px !important;
    border-top: 0px solid transparent;
    }

    </blockquote>

    hmm i just added it but still the same 🙁

    phoenix28 Friend
    #575454

    sorry my bad! i’ve put it at the wrong line!

    the red lines are now gone! thank you! 🙂

Viewing 12 posts - 16 through 27 (of 27 total)

This topic contains 27 replies, has 2 voices, and was last updated by  phoenix28 9 years, 5 months ago.

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