test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • agenziak Friend
    #189370

    I need to change the color of the template’s menu bar, depending on the page’s background.
    by default it’s clear.
    Can somebody help me?

    TomC Moderator
    #500771

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager – General settings

    agenziak Friend
    #500777

    http://www.shoppingmag.it/ja

    i’ve set “no” the “optimize CSS menù”

    thanks!

    TomC Moderator
    #500778

    Okay …. so that I can get a better understanding of how you are wanting your menu bar to be colored,
    might you be able to throw together a quick screenshot mockup of how you are wanting your menu to look?

    agenziak Friend
    #500779

    so simple, just to “not make that “noise”” with the background….

    tanks a lot for the quick answer!


    1. menu
    TomC Moderator
    #500944

    I’m not clear as to what you mean by “not make that “noise” with the background”

    Can you clarify a bit more ??

    agenziak Friend
    #500957

    if the menù bar i clear, the words go upon the images of the background, that is “the noise”


    1. Schermata-2013-08-01-alle-19.30.54
    2. Schermata-2013-08-01-alle-19.30.41
    phong nam Friend
    #501176

    Hi agenziak,

    Your issue is related to the color of main menu and the size of your body background image. In order to solve it, you can try to open /templates/ja_teline_iv/css/template.css, then put below codes into the end of file:

    .ja-megamenu {
    background: white !important;
    }

    body#bd {
    background-size: 100% auto !important;
    }

    Clear JAT3 cache after saving changes.

    agenziak Friend
    #501296

    ok great! and, what if i’d like to color even the high of the logo, but for all the template’s width


    1. Schermata-2013-08-05-alle-13.31.08
    phong nam Friend
    #501303

    Hi agenziak,

    Well, you can try to open /templates/ja_teline_iv/css/template.css, replaces lines:

    /* Logo Image ---*/
    h1.logo {
    height: 57px;
    margin-top: 40px;
    width: 306px;
    position:absolute;
    bottom:0;
    }

    with

    /* Logo Image ---*/
    h1.logo {
    height: 57px;
    margin-top: 40px;
    width: 100%;
    position:absolute;
    bottom:0;
    background: white;
    }

    Clear JAT3 cache then.

    agenziak Friend
    #505229

    great! sorry for delay, but I was on holiday.

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

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

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