Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • eagle75au Friend
    #684167

    Hi All,

    Can someone please help me, I would like to align the main menu to the center and also I would like the ‘Promotions’ menu name to be a different color to the other menus, is this possible?

    http://www.onlinesystemrepairs.com

    Thanks

    Ninja Lead Moderator
    #684327

    Hi,

    You can find my answer with your question below

    + Align Menu to center

    Open templates/ja_business/themes/blue/css/template.css file add new rule

    div#ja-megamenu {
    margin: 0 auto !important;
    width: 65% !important;
    }

    + Text color with menu item

    Go to backend site -> menu -> main menu -> and select the menu item needs to add the other color and do this as my example below

    Add the text-menu-color style into Link CSS Style

    Open templates/ja_business/themes/blue/css/template.css file and add the new css style

    .t3-mainnav .navbar .nav > li > a.text-menu-color {
    color: red;
    }

    Hope it helps

    Regards

    Ninja Lead Moderator
    #748745

    Hi,

    You can find my answer with your question below

    + Align Menu to center

    Open templates/ja_business/themes/blue/css/template.css file add new rule

    div#ja-megamenu {
    margin: 0 auto !important;
    width: 65% !important;
    }

    + Text color with menu item

    Go to backend site -> menu -> main menu -> and select the menu item needs to add the other color and do this as my example below

    Add the text-menu-color style into Link CSS Style

    Open templates/ja_business/themes/blue/css/template.css file and add the new css style

    .t3-mainnav .navbar .nav > li > a.text-menu-color {
    color: red;
    }

    Hope it helps

    Regards

    eagle75au Friend
    #688110

    Thanks for that the menu alignment worked fine but I couldn’t get the menu text color to change! .. Using Joomla 2.5 so it looks a bit diff to your example, the menu I need to change is for an article rather than a module, unsure if that matters!

    eagle75au Friend
    #749156

    Thanks for that the menu alignment worked fine but I couldn’t get the menu text color to change! .. Using Joomla 2.5 so it looks a bit diff to your example, the menu I need to change is for an article rather than a module, unsure if that matters!

    jooservices Friend
    #688111

    Hi there
    For menu text color

    .ja-megamenu li.mega #menu593 span {color:red}

    Replace 593 by your menu id

    Result

    https://www.dropbox.com/s/uwsq9l68ilth48w/2015-09-21_13-02-59.png?dl=0

    jooservices Friend
    #749157

    Hi there
    For menu text color

    .ja-megamenu li.mega #menu593 span {color:red}

    Replace 593 by your menu id

    Result

    https://www.dropbox.com/s/uwsq9l68ilth48w/2015-09-21_13-02-59.png?dl=0

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

This topic contains 7 replies, has 3 voices, and was last updated by  jooservices 9 years, 2 months ago.

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