Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • freddy Friend
    #128254

    Hi,

    How do I change the font in the middle which displays, PHONE, MEDIA 2.0, BUSINEWS within the boxes, to be non bold?

    Sherlock Friend
    #248066

    Do You want change menu item font of main menu ?
    You can do it by way :
    Open template_css.css file in templates/ja_larix/css folder , find following code section at about line 1054:


    a.mainlevel {
    background:transparent url(../images/a-mainlevel-bg.gif) no-repeat scroll left bottom;
    color:#403C3A;
    display:block;
    font-weight:bold;
    padding:5px 0pt 6px 15px;
    text-decoration:none;
    width:90%;
    }

    change into :


    a.mainlevel {
    background:transparent url(../images/a-mainlevel-bg.gif) no-repeat scroll left bottom;
    color:#403C3A;
    display:block;
    font-weight:normal;
    padding:5px 0pt 6px 15px;
    text-decoration:none;
    width:90%;
    }

    freddy Friend
    #248075

    No, not the main menu but on the main page where it displays the boxes for:

    PHONE
    MEDIA 2.0
    TODAY ON NEWS
    BUSINEWS TECH

    Thank you.

    Sherlock Friend
    #248321

    freddy , Please send link of your site !

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

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

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