Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #872762

    Hi

    Add this to your custom.css in this folder /templates/ja_magz_ii/css if you do not have already this file then you should add a new one

    .t3-off-canvas .t3-off-canvas-body .nav > li > a {
    font-size:xxpx!important;
    color:#xxxxxx;
    }

    all settings for off-canvas are in this file /templates/ja_magz_ii/css/off-canvas.css


    1. Screenshot_36
    nix1000uk Friend
    #872803

    That’s brilliant. Thank you. (I should have got that my self), However the sub menu items don’t change.
    Thanks

    http://www.funfairsworld.com

    Nick…

    pavit Moderator
    #872892

    That’s brilliant. Thank you. (I should have got that my self), However the sub menu items don’t change.
    Thanks

    http://www.funfairsworld.com

    Nick…

    Could you post a screenshot that describes what you want to obtain exactly ?

    nix1000uk Friend
    #872972

    Hi, I’ve ringed the sub menu’s items that I would like to be white like the parent menus


    1. menu-prob
    pavit Moderator
    #872974

    Hi

    Add this to your custom.css

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
    color:#fff!important;
    }

    If you want to change the hover color then use this

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active {
    color:#yourcolor!important;
    }

    Best regards

    nix1000uk Friend
    #872988

    That’s done it – great thank you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  nix1000uk 8 years, 9 months ago.

The topic ‘Increase font size and colour of 'Off Canvas Menu' items’ is closed to new replies.