Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kenkel22 Friend
    #128265

    for some reason the whole CSS thing is not clicking for me. I have been asked if I can make one of the tabs have RED letters or RED background in the top menu. Could this be done with a module suffix? I’m not sure I could get this specific (just one tab while leaving the other tabs alone)…..

    Also – for general example can anyone point me to some good step by step ‘suffixes for dummies’ tutorials?

    thanks!

    Sherlock Friend
    #248056

    kenkel22 , you can do it by way :
    open ja.cssmenu.css file in templates/ja_menus/ja_cssmenu folder :
    add following code to it :


    #ja-cssmenu li a.menu {
    color:#FFFFFF;
    display:block;
    font-size:115%;
    font-weight:bold;
    line-height:30px;
    margin:5px 0pt 0pt;
    padding:0pt 20px;
    text-decoration:none;
    background:red;
    }

    is itemid of menu which you want change background color , example :
    to change FAQ menu item on your site you add following code to a.cssmenu.css :


    #ja-cssmenu li a.menu41 {
    color:#FFFFFF;
    display:block;
    font-size:115%;
    font-weight:bold;
    line-height:30px;
    margin:5px 0pt 0pt;
    padding:0pt 20px;
    text-decoration:none;
    background:red;
    }

    itemid of FAQ menu item is 41.

    kenkel22 Friend
    #248069

    thank you so much! i will try this and let you know. I am also trying to figure out how to ‘lower’ the menu so that my header graphic (header-bg) is shown in entirety. What I did was modify the size of the header from 930 x 170 to 930 x 220 to add a white stripe at the bottom where I want the menu to appear. I’m not sure where to modify the css to make the menu appear there.

    kenkel22 Friend
    #249139

    ok so do i use a suffix with this? I’m not totally clear on this.

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

This topic contains 4 replies, has 2 voices, and was last updated by  kenkel22 16 years, 5 months ago.

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