Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • melanieb Friend
    #190190

    Hi,

    I have a sidebar-1 menu and want to change the font size and also how the sub menu items open but cannot figure out where I do this. I have gone through the template.css, and responsive version. I have tried changing the values for menu but it has no effect.

    Can anyone advise where I do this?

    Ninja Lead Moderator
    #504357

    You can find font and link style sidebar menu in sidebar-1 position

    Open templates/ja_fixel/css/template.css file

    Find


    .module_menu .nav li a,
    .t3-module .nav li a {
    background: url("../images/folder.png") no-repeat left center;
    color: #666; /* font */
    font-weight: 400;
    padding: 6px 0 6px 20px;
    }
    .module_menu .nav li a:hover,
    .module_menu .nav li a:focus,
    .module_menu .nav li a:active,
    .t3-module .nav li a:hover,
    .t3-module .nav li a:focus,
    .t3-module .nav li a:active {
    background-image: url("../images/folder-hover.png");
    color: #fc615d; /* link style */
    text-decoration: none;
    }

    melanieb Friend
    #504733

    Hi Ninja,

    thanks for all your help with this – most appreciated. I have now applied all the changes and its working great. 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  melanieb 11 years, 2 months ago.

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