Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Alp Friend
    #933907

    Hello,

    according your description (https://www.joomlart.com/documentation/purity-iii/faqs) I added extra-class to a menu item.

    At menu top level this works fine,
    but when I try it with a submenu it doesn’t work at all.
    How can I add an extracts to a submenu?

    Tnx a lot for your kind help in advance,

    BR,
    Alp

    PS: This is the code I used in custom.css:

    .navbar-default .navbar-nav > .nav-signup > a, .navbar-default .navbar-nav > .nav-signup.open > a {

    background: #ed2a1c;
    
    display: inline-block;
    
    padding: 0;
    
    border-radius: 14px;
    
    border: none;
    
    -webkit-box-shadow: none !important;
    
    box-shadow: none !important;
    
    line-height: 30px;
    
    padding: 1px 15px;
    
    margin-top: 11px;

    }

    Pankaj Sharma Moderator
    #933967

    Hi
    You can add extra class for submenu item and apply new rule in custom.css file .
    for example : firstlevel is an extra class i added it for Kunena forum menu here : http://prntscr.com/b7oucs

    On front end you can see the data class is applied : http://prntscr.com/b7ouvy
    Now add the css rule in custom.css file

    
      li.firstlevel > a {
        color :red!important;
    }

    color red >> http://prntscr.com/b7oyib

    Alp Friend
    #934041

    I did as you said but unfortunately no changes at all.

    I just want a white background, black text collor (orange on mouse over and active) and smaller marging within the submenu.

    The CSS MegaMenu Module of joomlaux this is very simple to arrange, I don`t know why this is that hard in this template.

    Tnx for your help

    Pankaj Sharma Moderator
    #934062

    Hi
    the above suggestion work fine for the Purity III template mega menu , while i am not sure your site is based on Purity III and Mega menu its hard to check this issue .
    Template use Mega menu of T3 .

    The CSS MegaMenu Module of joomlaux this is very simple to arrange

    I am not sure about the Joomlaux working as every template/extension has different structure .
    You can make changes in Mega menu as suggested if there is issue you can post your site details via Private reply . i will take a look why extra class in mega menu not working .

    Alp Friend
    #934066
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #934094

    Hi
    you added extra class in wrong container , i added it again : firstlevel
    http://prntscr.com/b7rx1a
    and added below code in custom.css file

    
    li.firstlevel > a {color: #000!important; background-color:#fff!important}
    
    li.firstlevel > a:hover {color: #ff8800!important; }
    .active li.firstlevel >a { color: #ff8800!important; }

    Clean your server cache to see changes , at present site using some kind of cache so custom.css changes not loading .
    You can check site now , this way you can apply custom styles.

    Alp Friend
    #934104

    ok first of all thank you very much for your kind help.
    I see the changes u made at the submenu ‘Kategoriler’ but still I have no clue how to assign them to the other submenus, since they are only for registered users.

    I guess this might be the reason, why they aren’t displayed in templates mega menu settings.
    How can I assign them to the menu points for registered users?

    Tnx a lot,

    BR

    Alp

    Alp Friend
    #934161
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #934308
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

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