Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • jersonjunior Friend
    #172468

    I would like know how change color to different item

    The same image above:


    1. menu
    khoand Friend
    #432734

    Hi,
    Could you give me username + password of backend and a link to your website?

    we2solutions Friend
    #432741

    Hi jersonjunior ,

    When editing a menu item, you will see a field named “additional class”, just fill a class name like “_red”.
    Then add a code like below to template.css:

    ._red{
    background: red;
    }

    Try and let me know about the result 🙂

    jersonjunior Friend
    #432784

    The result is http://www.soupinheirense.com.br but i would like change de color of text!

    pixelzombie Friend
    #432791

    Hi jersonjunior,

    Just change the css code WE2Solutions provided to


    ._red{
    color: red;
    }

    Cheers

    Frank

    jersonjunior Friend
    #432842

    I put this in templante.css and nothing!

    jersonjunior Friend
    #432854

    ja-megamenu ul.level0 li.mega a.mega => Home= Text Blue
    .ja-megamenu ul.level0 li.mega a.mega=> Other item Text=yellow
    .ja-megamenu ul.level0 li.mega a.mega=>Other item Text=Withe
    ….

    I think that is possible but need add code in mega.css

    jersonjunior Friend
    #432860

    #nav ul.menu li.level1.item1:hover a {
    color: #F18939;
    }
    #nav ul.menu li.level1.item2:hover a {
    color: #C4CD28;
    }
    #nav ul.menu li.level1.item3:hover a {
    color: #00B200;
    }
    #nav ul.menu li.level1.item4:hover a {
    color: #EC008C;
    }
    #nav ul.menu li.level1.item5:hover a {
    color: #8F3079;
    }
    #nav ul.menu li.level1 a {
    color: #5E5249;
    }
    #nav ul.menu li.level1.item1.active a {
    color: #F18939;
    }
    #nav ul.menu li.level1.item2.active a {
    color: #C4CD28;
    }
    #nav ul.menu li.level1.item3.active a {
    color: #00B200;
    }
    #nav ul.menu li.level1.item4.active a {
    color: #EC008C;
    }
    #nav ul.menu li.level1.item5.active a {
    color: #8F3079;
    }
    #nav .level1.item1 ul.level2 {
    background-color: #F18939;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 121px;
    }
    #nav .level1.item2 ul.level2 {
    background-color: #C4CD28;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 120px;
    }
    .en #nav .level1.item1 ul.level2 {
    background-color: #F18939;
    display: none;
    left: 12px;
    margin: 8px 0 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 121px;
    }
    .en #nav .level1.item2 ul.level2 {
    background-color: #C4CD28;
    display: none;
    left: 12px;
    margin: 8px 0 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 120px;
    }
    #nav .level1.item3 ul.level2 {
    background-color: #00B200;
    display: none;
    left: 10px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 135px;
    }
    #nav .level1.item4 ul.level2 {
    background-color: #EC008C;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 109px;
    }
    .en #nav .level1.item4 ul.level2 {
    background-color: #EC008C;
    display: none;
    left: 0;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 109px;
    }
    #nav .level1.item5 ul.level2 {
    background-color: #8F3079;
    display: none;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 100px;
    }
    #nav .level1.item1 ul.level2 li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E2853E;
    }
    #nav .level1.item2 ul.level2 li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #BAC22F;
    }
    #nav .level1.item3 ul.level2 li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #0BAA0B;
    }
    #nav .level1.item4 ul.level2 li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DD0B88;
    }
    #nav .level1.item5 ul.level2 li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #671D56;
    }
    #nav ul.level2 {
    z-index: 250;
    }
    #nav ul.menu li.level1.item1 ul.lvl2 {
    background-color: #F18939;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 121px;
    }
    #nav ul.menu li.level1.item2 ul.lvl2 {
    background-color: #C4CD28;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 120px;
    }
    #nav ul.menu li.level1.item3 ul.lvl2 {
    background-color: #00B200;
    display: none;
    left: 10px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 135px;
    }
    #nav ul.menu li.level1.item4 ul.lvl2 {
    background-color: #EC008C;
    display: none;
    left: 12px;
    margin: 0;
    padding: 5px 5px 10px;
    position: absolute;
    top: 45px;
    width: 109px;
    }
    #nav ul.menu li.level1.item1 ul.lvl2 li {
    border-bottom: 1px solid #E2853E;
    }
    #nav ul.menu li.level1.item2 ul.lvl2 li {
    border-bottom: 1px solid #BAC22F;
    }
    #nav ul.menu li.level1.item3 ul.lvl2 li {
    border-bottom: 1px solid #0BAA0B;
    }
    #nav ul.menu li.level1.item4 ul.lvl2 li {
    border-bottom: 1px solid #DD0B88;

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

This topic contains 8 replies, has 4 voices, and was last updated by  jersonjunior 12 years, 10 months ago.

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