Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • marco17 Friend
    #876500

    Hi,

    We wont to change the dropmenu colour.

    We have changed the colour in the templates.ja_medicare.less.bootstrap.less.css in t3-assets/dev/green.

    But then we have seen that the colour was changed agaian to te original.

    We have to do something else?

    Many thanks.

    Marco

    Pankaj Sharma Moderator
    #876744

    Hi
    T3-assets is cached for for style . Do not add your changes in this folder , it will auto refresh the css so your changes will be lost .
    I suggest you use custom.css file .
    Go to /templates/Your JA Template / css/custom.css
    If there is no custom.css then create it in /css folder and add the style code .

    marco17 Friend
    #877946

    Hi,

    Many thanks for your reply Pankaj.

    Yes, there is a custom.css.

    I am not sure which code i have to place there, it is possible this?

    }
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #000000;
    border: 1px solid #cccccc;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    }

    Thank you again.

    Marco

    Pankaj Sharma Moderator
    #877957

    Hi
    You have not need to add full code , you can only add the style that u want to override .
    like for the bg use this code

    .dropdown-menu {
    background-color: #000000; }

    Use inspect element or firebug to check the correct style code and then make an override .
    Hope it helps .

    marco17 Friend
    #879769

    Many thanks.

    Marco

    vikasmca Friend
    #969849

    Hello Sir,

    Please suggest how to make all top menu text in CAPITAL letter
    eg.
    Home >> HOME

    Regards
    Vikas

    Pankaj Sharma Moderator
    #970045

    Hi Vikas
    Add below code in custom.css file

    .t3-megamenu .navbar-nav > li > a{text-transform: uppercase;}
    

    Note : kindly create your own thread when the question is different the the topic already solved .

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

This topic contains 6 replies, has 3 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

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