Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • chantre Friend
    #130411

    How i can change the colors of MENU MEGAZINE?

    Sherlock Friend
    #257732

    Hi chantre !
    What menu type do you use ? It’s best if you send url of your site.

    chantre Friend
    #258376
    cgc0202 Friend
    #258402

    <em>@chantre 63975 wrote:</em><blockquote>How i can change the colors of MENU MEGAZINE?</blockquote>

    Hi chantre.

    Color of the background or the text?

    The generic way of finding the css specification is to do a “Page Source”, then look at the “<div class=””> or “<div id=””> surrounding the Section names (text), as well as the backgound, each <div will have a class or ID name go to the Teline css using FTP

    templates => ja_teline _ii => css =>

    my guess is that the appropriate CSS file would be template.css but I am not sure of this, there are a number of CSS files there. There are some in the modules also.. I have not done any changes in the Magazine menu (front end) myself, as far as the CSS specifications or what CSS file are concerned

    search for the CSS specification. There would be several css specifications with similar names

    the one for the link would obvious wrap the names in the Magazine menu, and usually would have an “a” after, e.g.,

    .classname a

    div.classname a

    the one for each block would be an outer wrap for the links.

    Cornelio

    Sherlock Friend
    #258472

    Hi chantre !
    You can change color of top menu following way below :
    Open ja.moomenu.css file in templates/ja_teline_ii/ja_menus/ja_moomenu folder , find following code section at about line 30 :


    #ja-cssmenu li {
    background:transparent none repeat scroll 0% 0%;
    border-right:1px solid #CCCCCC;
    cursor:pointer;
    display:block;
    float:left;
    margin:0pt;
    padding:0pt;
    }

    change to :


    #ja-cssmenu li {
    background:#CCCCCC;
    border-right:1px solid #CCCCCC;
    cursor:pointer;
    display:block;
    float:left;
    margin:0pt;
    padding:0pt;
    }

    #CCCCCC is a sample color , you can change it by other color.

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

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

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