Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • we2solutions Friend
    #146687

    Hi,

    When i used JA Kyanite template there is menus in the left side with hover effect.i want to put one menu to User1 module position.so when i moved Main menu position to user1 all the links comes with bullets without styles.so how can i get rid of that??

    Thanks

    Anonymous Moderator
    #326144

    Hi WE2Solutions

    Please try to do with my way:

    + Open templatesja_kyanite_iilayoutsblockstopsl.php file, find:


    <jdoc:include type="modules" name="user1" style="JAxhtml" />

    and change to:


    <jdoc:include type="modules" name="user1" style="JArounded" />

    – open templates/ja_kyanite_ii/css/template.css file, add following code to the end of file:


    #ja-topsl ul.menu li {
    background: none;
    border-top: 1px solid #e6e6e6;
    margin: 0;
    overflow: hidden;
    padding: 0;
    }

    #ja-topsl ul.menu li a {
    color: #333;
    display: block;
    outline: none;
    padding: 6px 0;
    text-decoration: none;
    text-indent: 13px;
    }

    we2solutions Friend
    #326149

    Hi,

    Thanks JA Developer & Aravind for your help.it works.but hover effect is not working ??

    Thanks

    Anonymous Moderator
    #326152

    for the hover item, please add following code section to the end of template.css file:


    #ja-topsl ul.menu li a:hover,
    #ja-topsl ul.menu li a:active,
    #ja-topsl ul.menu li a:focus { color: #bf0000; background: #f6f6f6; }

    – if you are using a theme, example: blue color, please open templates/ja_kyanite_ii/css/colors/blue.css file, add following code to the end of file:


    #ja-topsl ul.menu li a:hover,
    #ja-topsl ul.menu li a:active,
    #ja-topsl ul.menu li a:focus { color: #2a68d2; }

    we2solutions Friend
    #326153

    Hi
    JA Developer & Aravind,

    Thank you Very much.all working fine

    Thanks

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

This topic contains 5 replies, has 2 voices, and was last updated by  we2solutions 14 years, 11 months ago.

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