Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • ukfraternite Friend
    #137527

    Hello,

    I would like some advise on how to make the top bar (like the HOME menu) BOLD, please.

    I am using teline 2 on Joomla 1.5.x

    Thank you in advance.

    bennitos Friend
    #288349

    In your ja.moomenu.css file around line 73 add the following line marked in red:


    #ja-cssmenu li a {
    border-style:solid solid none;
    color:#333333;
    font-size:92%;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;

    This should make all the items in your top menu bold. Make sure you make a backup before you change files.

    questbg Friend
    #288388

    Thanks bennitos

    That’s something I’ve been meaning to figure out for months!

    My code was slightly different to your example. I changed the top level menus here:

    #ja-cssmenu li a {
    display: block;
    text-decoration: none;
    padding: 4px 8px 3px;
    color: #666666;
    font-size: 92%;
    font-weight: bold;
    text-transform: UPPERCASE;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    }

    and then changed the sub-menus here:

    #ja-cssmenu li ul a {
    border: none;
    margin: 0;
    padding: 5px 10px;
    line-height: normal;
    background: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 92%;
    }

    On the top level, I also changed the colour from #333333 to #666666 to better match the default ‘grey’ background in the ‘home’ menu tab.

    Looks good on the test site, will get feedback from other users and implement on the main site!

    Thanks again.
    Chris

    ukfraternite Friend
    #288903

    Hello guys,

    Thanks for your responses.

    Where do I need to go to make these modifications, please?

    template>telineii>template.ccs???????????

    I would like just to confirm, please.

    sunrise Friend
    #288908

    <em>@ukfraternite 109091 wrote:</em><blockquote>Hello guys,

    Thanks for your responses.

    Where do I need to go to make these modifications, please?

    template>telineii>template.ccs???????????

    I would like just to confirm, please.</blockquote>
    Hi ukfraternite,

    That’s right. You will find that section of the css file around line 91 I believe.

    sunrise Friend
    #288910

    Soory, but I just noticed that bennitos already mentioned that it is:

    In your ja.moomenu.css file around line 73 add the following line marked in red:

    I guess it depends which meny style you are using.

    ukfraternite Friend
    #288976

    I have tried to do that but it is NOT making any effect.

    I am using the Menu Module CSS Menu.

    Would making modifications on ja.moomenu.css affect at all the one that I am using?

    questbg Friend
    #288978

    Strange, worked for me first time!

    Try changing the code in ja.cssmenu.css:

    /templates/ja_telline_ii/ja_menus/ja_cssmenu

    This may work with your current menus!

    Good Luck (and don’t forget to take a backup!)

    Chris

    ukfraternite Friend
    #288982

    It has worked. I was going in a different direction.

    questbg Friend
    #288986

    <em>@ukfraternite 109184 wrote:</em><blockquote> I was going in a different direction.</blockquote>

    Hee hee, I think we’ve all done that before 😀

    Glad it worked.

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

This topic contains 10 replies, has 4 voices, and was last updated by  questbg 15 years, 9 months ago.

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